Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +75 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q2_K.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_L.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_M.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_S.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_0.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_M.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_S.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_0.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_M.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_S.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-Q6_K.gguf +3 -0
- TinyLlama-1.1B-intermediate-step-955k-token-2T-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-intermediate-step-955k-token-2T-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- cerebras/SlimPajama-627B
|
5 |
+
- bigcode/starcoderdata
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T
|
9 |
+
tags:
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
---
|
13 |
+
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
18 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
19 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
20 |
+
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>
|
21 |
+
</p>
|
22 |
+
</div>
|
23 |
+
</div>
|
24 |
+
|
25 |
+
## TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T).
|
28 |
+
|
29 |
+
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).
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
## Model file specification
|
38 |
+
|
39 |
+
| Filename | Quant type | File Size | Description |
|
40 |
+
| -------- | ---------- | --------- | ----------- |
|
41 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
|
42 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
|
43 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
|
44 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
|
45 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
46 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
|
47 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
|
48 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
49 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
|
50 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
|
51 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
|
52 |
+
| [TinyLlama-1.1B-intermediate-step-955k-token-2T-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF/tree/main/TinyLlama-1.1B-intermediate-step-955k-token-2T-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
|
53 |
+
|
54 |
+
|
55 |
+
## Downloading instruction
|
56 |
+
|
57 |
+
### Command line
|
58 |
+
|
59 |
+
Firstly, install Huggingface Client
|
60 |
+
|
61 |
+
```shell
|
62 |
+
pip install -U "huggingface_hub[cli]"
|
63 |
+
```
|
64 |
+
|
65 |
+
Then, downoad the individual model file the a local directory
|
66 |
+
|
67 |
+
```shell
|
68 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF --include "TinyLlama-1.1B-intermediate-step-955k-token-2T-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
69 |
+
```
|
70 |
+
|
71 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-intermediate-step-955k-token-2T-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
75 |
+
```
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e8604ac9353ee75aa2f9f5608f29d11999cf1fe07ca6e2c2bba60341a56d0d0
|
3 |
+
size 432131104
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0fdda3cea75d82e9aa0d79d483a1f2713e08148288297fad721e4861836760f
|
3 |
+
size 591526944
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86a7dd58b5f862e9d93657a3b0f08d6bde778f470335cda041d8697876f77bca
|
3 |
+
size 548404256
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4263c3128752b3ca651173fa6c75951b6f0ba96cefe4605b219c85dba3656806
|
3 |
+
size 499342368
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:163c8ab3b20960b1c6928533eed9d4909f0903d599efe707e0f8b599391d1dcf
|
3 |
+
size 636726304
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d5d8f213fa1a2ceb3bce8db32fa8c9d0123ad92235767439565def6ba6b6b14
|
3 |
+
size 667814944
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba4f9964323c292f8cf2cc15c7defd1ad21bf755fd456442ba97060ac7d57824
|
3 |
+
size 639872032
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a361c1fd62b762b266de29180c59196ebf477258ce4568785cf8080697945f9
|
3 |
+
size 766028832
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfb51c11c196b58e55d387da9105598ee1847097beb88a95a419c6a959a14c11
|
3 |
+
size 782044192
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:451b5ff183cbb2a1956ea9f174f9033fa665cf525fd2873335e986584a4f256e
|
3 |
+
size 766028832
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7215c241f6ccd4437477f8aa0b007222c404a3b9ead5ad4a2116c3ca5c8320e
|
3 |
+
size 903412768
|
TinyLlama-1.1B-intermediate-step-955k-token-2T-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29024ce471679c2f373e40e6d9b60debfdcfe9b9838668580a25d44415526522
|
3 |
+
size 1169808416
|