Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +76 -0
- TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q3_K_L.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q3_K_M.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q3_K_S.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q4_0.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q4_K_M.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q4_K_S.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q5_0.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q5_K_M.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q5_K_S.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q6_K.gguf +3 -0
- TinyLlama-1.1B-Chat-v0.4-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
TinyLlama-1.1B-Chat-v0.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
TinyLlama-1.1B-Chat-v0.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
TinyLlama-1.1B-Chat-v0.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
TinyLlama-1.1B-Chat-v0.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
TinyLlama-1.1B-Chat-v0.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
TinyLlama-1.1B-Chat-v0.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
TinyLlama-1.1B-Chat-v0.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
TinyLlama-1.1B-Chat-v0.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
TinyLlama-1.1B-Chat-v0.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
TinyLlama-1.1B-Chat-v0.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
TinyLlama-1.1B-Chat-v0.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- cerebras/SlimPajama-627B
|
5 |
+
- bigcode/starcoderdata
|
6 |
+
- OpenAssistant/oasst_top1_2023-08-25
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v0.4
|
13 |
+
---
|
14 |
+
|
15 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
16 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
17 |
+
</div>
|
18 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
19 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
20 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
21 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
22 |
+
</p>
|
23 |
+
</div>
|
24 |
+
</div>
|
25 |
+
|
26 |
+
## TinyLlama/TinyLlama-1.1B-Chat-v0.4 - GGUF
|
27 |
+
|
28 |
+
This repo contains GGUF format model files for [TinyLlama/TinyLlama-1.1B-Chat-v0.4](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.4).
|
29 |
+
|
30 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
31 |
+
|
32 |
+
## Prompt template
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
## Model file specification
|
39 |
+
|
40 |
+
| Filename | Quant type | File Size | Description |
|
41 |
+
| -------- | ---------- | --------- | ----------- |
|
42 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
|
43 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
|
44 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
|
45 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
|
46 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
47 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
|
48 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
|
49 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
50 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
|
51 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
|
52 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
|
53 |
+
| [TinyLlama-1.1B-Chat-v0.4-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.4-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
|
54 |
+
|
55 |
+
|
56 |
+
## Downloading instruction
|
57 |
+
|
58 |
+
### Command line
|
59 |
+
|
60 |
+
Firstly, install Huggingface Client
|
61 |
+
|
62 |
+
```shell
|
63 |
+
pip install -U "huggingface_hub[cli]"
|
64 |
+
```
|
65 |
+
|
66 |
+
Then, downoad the individual model file the a local directory
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF --include "TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
70 |
+
```
|
71 |
+
|
72 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
73 |
+
|
74 |
+
```shell
|
75 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-Chat-v0.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
76 |
+
```
|
TinyLlama-1.1B-Chat-v0.4-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49b11d4e3023682e6b26d6dd714c7138bf82dc1b10e9cd2cd1120ff95ea6618
|
3 |
+
size 432138240
|
TinyLlama-1.1B-Chat-v0.4-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0786e5aed65b56d5155c15393bd5f651ec300c609bfc838950410bd6db70f78a
|
3 |
+
size 591534720
|
TinyLlama-1.1B-Chat-v0.4-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bc59282e7e7fed66c3b98b2afecfe76eab2037968554d2b842c8d151626f5e5
|
3 |
+
size 548412032
|
TinyLlama-1.1B-Chat-v0.4-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b7cd39f96a93c6eb484aba4c4723fd00138452741912b3479474451882faf82
|
3 |
+
size 499350144
|
TinyLlama-1.1B-Chat-v0.4-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:debd0eb31b58de42b4a134a776050761faeb7babb699dea99b83fc67aea8e497
|
3 |
+
size 636734880
|
TinyLlama-1.1B-Chat-v0.4-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e872ec2142d90d600778c05e18259c2f7a1522c469a87c8306f5f6c613505a33
|
3 |
+
size 667823520
|
TinyLlama-1.1B-Chat-v0.4-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cffca0dfce72a62fac656a3807d0e1747662c95871296ddc93fa6e7bf28b7f6d
|
3 |
+
size 639880608
|
TinyLlama-1.1B-Chat-v0.4-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a54071abf2e8d89943190fbc6adb6f38f97349a4482585fe9a38f63b48ce1be4
|
3 |
+
size 766038176
|
TinyLlama-1.1B-Chat-v0.4-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce49bcf3450707bead6b2cad565cf0ac705febb5ae52ee3429446cec0fb5607e
|
3 |
+
size 782053536
|
TinyLlama-1.1B-Chat-v0.4-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:815abb8cac5c7c13142d2ec975f2e10ff7aed6dd155cd3ec6d44d723aec14051
|
3 |
+
size 766038176
|
TinyLlama-1.1B-Chat-v0.4-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed0a960118c76032eb0777fa5b8d7c3f2f4592c55858b04b3aa632cdd0cd055a
|
3 |
+
size 903422944
|
TinyLlama-1.1B-Chat-v0.4-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7db60070a83d8fb81a590dcadcbce40d3fee96d32bc8a223e07a8cab3e826d0
|
3 |
+
size 1169821536
|