morriszms commited on
Commit
89d006a
·
verified ·
1 Parent(s): 00e0f30

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-Remix-V.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyLlama-1.1B-Remix-V.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyLlama-1.1B-Remix-V.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyLlama-1.1B-Remix-V.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyLlama-1.1B-Remix-V.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyLlama-1.1B-Remix-V.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyLlama-1.1B-Remix-V.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyLlama-1.1B-Remix-V.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyLlama-1.1B-Remix-V.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyLlama-1.1B-Remix-V.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyLlama-1.1B-Remix-V.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyLlama-1.1B-Remix-V.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - cerebras/SlimPajama-627B
5
+ - bigcode/starcoderdata
6
+ - HuggingFaceH4/ultrachat_200k
7
+ - HuggingFaceH4/ultrafeedback_binarized
8
+ language:
9
+ - en
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: Deathsquad10/TinyLlama-1.1B-Remix-V.2
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## Deathsquad10/TinyLlama-1.1B-Remix-V.2 - GGUF
28
+
29
+ This repo contains GGUF format model files for [Deathsquad10/TinyLlama-1.1B-Remix-V.2](https://huggingface.co/Deathsquad10/TinyLlama-1.1B-Remix-V.2).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|system|>
43
+ {system_prompt}</s>
44
+ <|user|>
45
+ {prompt}</s>
46
+ <|assistant|>
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [TinyLlama-1.1B-Remix-V.2-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [TinyLlama-1.1B-Remix-V.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
55
+ | [TinyLlama-1.1B-Remix-V.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
56
+ | [TinyLlama-1.1B-Remix-V.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
57
+ | [TinyLlama-1.1B-Remix-V.2-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [TinyLlama-1.1B-Remix-V.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
59
+ | [TinyLlama-1.1B-Remix-V.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
60
+ | [TinyLlama-1.1B-Remix-V.2-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [TinyLlama-1.1B-Remix-V.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
62
+ | [TinyLlama-1.1B-Remix-V.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
63
+ | [TinyLlama-1.1B-Remix-V.2-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
64
+ | [TinyLlama-1.1B-Remix-V.2-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF/blob/main/TinyLlama-1.1B-Remix-V.2-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF --include "TinyLlama-1.1B-Remix-V.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/TinyLlama-1.1B-Remix-V.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
TinyLlama-1.1B-Remix-V.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df956ae35d341a55829c99e5c3670e8d8ec0bdc086d79011f0f10f308ccb148
3
+ size 432132352
TinyLlama-1.1B-Remix-V.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075a5e0de9aac2030c06b8d1ea1d0f4cb71f10cd5fdb3a1eb53c1a91b0373ec4
3
+ size 591528192
TinyLlama-1.1B-Remix-V.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ddfa5247fb2ec68a7bc5ef27c03bd2865edeee51d490630efe2f2cda11413a6
3
+ size 548405504
TinyLlama-1.1B-Remix-V.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d1e98535802150802daaf4ff7f04119f1763ba9fd464890775b7fc99e0d2cd1
3
+ size 499343616
TinyLlama-1.1B-Remix-V.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff3bd2f26dbd2ad1d43620537f9402540cb7c10f764132ece907166c23b18980
3
+ size 636727552
TinyLlama-1.1B-Remix-V.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ed7ff85d7151d4d030ccb56d8569ade8fc828f3db1f5c0c4cf3af851c03d5a
3
+ size 667816192
TinyLlama-1.1B-Remix-V.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28e314f2c3279a4f7e4e1591f97ac205cfa63bdb9361b6c3e3c61575174af44
3
+ size 639873280
TinyLlama-1.1B-Remix-V.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ab40432e6407b22d8c0e7903f4f9099c06dcc9ec33b123975d98867465dd6d
3
+ size 766030080
TinyLlama-1.1B-Remix-V.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28b4d630e1ea9f200bbc16a4c1e938f943454ad320b6e69e34d66732cc94b21
3
+ size 782045440
TinyLlama-1.1B-Remix-V.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d9a3fe42bf39a17df6e200f7b33c1915b40fa3b0116bbbe365aa5678c3a690
3
+ size 766030080
TinyLlama-1.1B-Remix-V.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d733ddfab6af555ae20b06312690b3461355c21a30735ac79b9f6ec9f2c615a5
3
+ size 903414016
TinyLlama-1.1B-Remix-V.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7921c7e8f65350334a95e737d63f86170161ffbdc368d770e2295a563def4b
3
+ size 1169809664