GGUF
English
llama
llama 2
TensorBlock
GGUF
morriszms commited on
Commit
475397f
·
verified ·
1 Parent(s): a13ddc0

Upload folder using huggingface_hub

Browse files
.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-32k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyLlama-1.1B-32k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyLlama-1.1B-32k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyLlama-1.1B-32k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyLlama-1.1B-32k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyLlama-1.1B-32k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyLlama-1.1B-32k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyLlama-1.1B-32k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyLlama-1.1B-32k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyLlama-1.1B-32k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyLlama-1.1B-32k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyLlama-1.1B-32k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - togethercomputer/RedPajama-Data-1T-Sample
5
+ language:
6
+ - en
7
+ tags:
8
+ - llama
9
+ - llama 2
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: Doctor-Shotgun/TinyLlama-1.1B-32k
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
+ ## Doctor-Shotgun/TinyLlama-1.1B-32k - GGUF
27
+
28
+ This repo contains GGUF format model files for [Doctor-Shotgun/TinyLlama-1.1B-32k](https://huggingface.co/Doctor-Shotgun/TinyLlama-1.1B-32k).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [TinyLlama-1.1B-32k-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [TinyLlama-1.1B-32k-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
50
+ | [TinyLlama-1.1B-32k-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
51
+ | [TinyLlama-1.1B-32k-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
52
+ | [TinyLlama-1.1B-32k-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [TinyLlama-1.1B-32k-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
54
+ | [TinyLlama-1.1B-32k-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
55
+ | [TinyLlama-1.1B-32k-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [TinyLlama-1.1B-32k-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
57
+ | [TinyLlama-1.1B-32k-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
58
+ | [TinyLlama-1.1B-32k-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
59
+ | [TinyLlama-1.1B-32k-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-GGUF/blob/main/TinyLlama-1.1B-32k-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/TinyLlama-1.1B-32k-GGUF --include "TinyLlama-1.1B-32k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/TinyLlama-1.1B-32k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
TinyLlama-1.1B-32k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd186140084cc3cb1f28a2468462923649d6b30780a2684f8424899f8fc655e
3
+ size 432131360
TinyLlama-1.1B-32k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06c00d7f61acae6df7cde8087c6e16687aef4941492fcc6210ce5c34ac00ef4
3
+ size 591527200
TinyLlama-1.1B-32k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cdc7d0f89aa106dada1030e9d865434394c3ba8a7551461e466ea4c66d69e2
3
+ size 548404512
TinyLlama-1.1B-32k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b1b40c7d0515af325349562778e02b7cb1920250a308ff6c51b59a2c7c41f2
3
+ size 499342624
TinyLlama-1.1B-32k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d222abe34c2022b9bfb411e9ff1e4fc795a8f393264adc343c1980676ee6b872
3
+ size 636726560
TinyLlama-1.1B-32k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b2633b9461b5596ca96e3fc15dadbb8925c58b78c03ba29c33a0a06475d4c0
3
+ size 667815200
TinyLlama-1.1B-32k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a02b7b21063b8e2260c09eff10141d1da08a006b5b515eb9859ade669360a6da
3
+ size 639872288
TinyLlama-1.1B-32k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5f69a034645bf15532336716b0da5c53f60b16147a63ebff455399a608db34
3
+ size 766029088
TinyLlama-1.1B-32k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd59bf7e3e0b102081df5cc06a6cbc5266d47a7a5912ae58d683c4435509e1e3
3
+ size 782044448
TinyLlama-1.1B-32k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c26fdcf010cbe908bf08c8019a9937935d7b96074f76ba2c3d9ebcbe4d150425
3
+ size 766029088
TinyLlama-1.1B-32k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3a8a0dea2f4cd5a21c88e1d4f84e2f9abb890a88f020e04b0750b9a90ad788
3
+ size 903413024
TinyLlama-1.1B-32k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb85b75837f03f636fc49e3230ec0de899ffef4efa5691d4984fb61e0d10b558
3
+ size 1169808672