morriszms commited on
Commit
35d6481
1 Parent(s): 8279720

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
+ tiny-mixtral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-mixtral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-mixtral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-mixtral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-mixtral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-mixtral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-mixtral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-mixtral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-mixtral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-mixtral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-mixtral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-mixtral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TitanML/tiny-mixtral
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## TitanML/tiny-mixtral - GGUF
20
+
21
+ This repo contains GGUF format model files for [TitanML/tiny-mixtral](https://huggingface.co/TitanML/tiny-mixtral).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [tiny-mixtral-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q2_K.gguf) | Q2_K | 0.098 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [tiny-mixtral-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q3_K_S.gguf) | Q3_K_S | 0.113 GB | very small, high quality loss |
37
+ | [tiny-mixtral-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q3_K_M.gguf) | Q3_K_M | 0.120 GB | very small, high quality loss |
38
+ | [tiny-mixtral-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q3_K_L.gguf) | Q3_K_L | 0.126 GB | small, substantial quality loss |
39
+ | [tiny-mixtral-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q4_0.gguf) | Q4_0 | 0.138 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [tiny-mixtral-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q4_K_S.gguf) | Q4_K_S | 0.139 GB | small, greater quality loss |
41
+ | [tiny-mixtral-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q4_K_M.gguf) | Q4_K_M | 0.146 GB | medium, balanced quality - recommended |
42
+ | [tiny-mixtral-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q5_0.gguf) | Q5_0 | 0.163 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [tiny-mixtral-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q5_K_S.gguf) | Q5_K_S | 0.163 GB | large, low quality loss - recommended |
44
+ | [tiny-mixtral-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q5_K_M.gguf) | Q5_K_M | 0.167 GB | large, very low quality loss - recommended |
45
+ | [tiny-mixtral-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q6_K.gguf) | Q6_K | 0.190 GB | very large, extremely low quality loss |
46
+ | [tiny-mixtral-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-mixtral-GGUF/tree/main/tiny-mixtral-Q8_0.gguf) | Q8_0 | 0.245 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/tiny-mixtral-GGUF --include "tiny-mixtral-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/tiny-mixtral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
tiny-mixtral-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6149f13db04732d5623f67306a497ee071ceba13150518c10b7ad1e51c1dd8
3
+ size 105447872
tiny-mixtral-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c7300f6b592e4b228a39f86c1b4a49242e047a47ba4275e3a371ae3893251f
3
+ size 135514560
tiny-mixtral-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c350fee247815a2656d5c6c753cf22512d8dd47c7ece0471e52187f3d5fd9a0a
3
+ size 128715200
tiny-mixtral-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d28924deff00eec74c4d00de57ace0123cf22c5668697164a2879c68b80ace7
3
+ size 120916416
tiny-mixtral-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f237e59aae08190c049c6d8964403400d6991a5c380a631ae6cd3f6e63b33a2
3
+ size 148681152
tiny-mixtral-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ce8b4c575a18d5c1a6485bb783df289d49ac22193585fe4e36500b75b77b8c
3
+ size 156512704
tiny-mixtral-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5291f02c3e519ea31a7b874473ea691c90846a0fe66a54471f74bb3c140945b
3
+ size 148943296
tiny-mixtral-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956fa43c62fa579605e90b2559ca474466767fd563481ab3361c885f9caf80ae
3
+ size 175321536
tiny-mixtral-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaa96e2e6119c04080a307ca52f552f8447b3a60f7d69cbf7a64844ff42567ec
3
+ size 179220928
tiny-mixtral-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00cc6cf047a6986e4085ad68667e1192379d1c5ce09df27faee437fdbd25b7c
3
+ size 175321536
tiny-mixtral-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e31eb860b0617ac7fb317bdeb5ff18e88216e0da4a927a86e3dd59db104b3ac
3
+ size 203626944
tiny-mixtral-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fc2af8dfe36097d4c5c53f37c8a64904a1861b6402001473c80d7c03a5f13d
3
+ size 263178688