GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
5abdaee
1 Parent(s): 4ac1421

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-Chat-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyLlama-1.1B-Chat-v0.1-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
+ - timdettmers/openassistant-guanaco
7
+ language:
8
+ - en
9
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v0.1
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
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.1 - GGUF
27
+
28
+ This repo contains GGUF format model files for [TinyLlama/TinyLlama-1.1B-Chat-v0.1](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.1).
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.1-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
44
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
45
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
46
+ | [TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-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.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
48
+ | [TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
49
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
51
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
52
+ | [TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
53
+ | [TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-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.1-GGUF --include "TinyLlama-1.1B-Chat-v0.1-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.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05e360fbf87fc8919c10ca2dded433247b84de9645e2cb94a60b03b25ab5f97
3
+ size 432133536
TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf51383ea93c2f9c30d3903a5e68e4163bb4bd90185f41e1f8ece7bdbdadecd8
3
+ size 591529600
TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d4d760613e1dbee56a121be88ed7c7f4ad217d4a5903581838ba98804d2f534
3
+ size 548406912
TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d31a1ea753c09b3152d6eba6444fe3b0a0edeffcd9c129aea73a37b635fa2c
3
+ size 499345024
TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206b58137832989f85c922bb3cd93b6db91d03bf3b86fce758830e684318dc17
3
+ size 636729216
TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7713bbebcdf2381a3dbbb659f0d8ea0628229338631475d589d7252270316479
3
+ size 667817856
TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f62fb2173f2668b426b6b6da5fe1bdb0382e467ece2880b9857ecc975f40222
3
+ size 639874944
TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58fa7a4baa90d2e9b80b047a35e6538927a3ad1fd4202485f1b51f0e607eb9ef
3
+ size 766032000
TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9d3364809440070b1f44c1ba927e97cc0c8dbb98dc7fd79a55ae8e839b7f75
3
+ size 782047360
TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b025254bc51d29c43ae25970482ce48f659cf6a039dfe3ff870cf12a5461c463
3
+ size 766032000
TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1fae41818c16648453d85fc23344f46b54a7fea1b525b8e2a37638ae300f27a
3
+ size 903416224
TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728f236ad0e754f1b5468079e04e32db9af8b88d2f6b514f7957cecd3fd982b6
3
+ size 1169812832