morriszms commited on
Commit
cd0b872
·
verified ·
1 Parent(s): 89970d1

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
+ TestMixtral-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TestMixtral-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TestMixtral-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TestMixtral-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TestMixtral-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TestMixtral-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TestMixtral-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TestMixtral-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TestMixtral-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TestMixtral-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TestMixtral-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TestMixtral-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: artek0chumak/TestMixtral
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## artek0chumak/TestMixtral - GGUF
21
+
22
+ This repo contains GGUF format model files for [artek0chumak/TestMixtral](https://huggingface.co/artek0chumak/TestMixtral).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [TestMixtral-Q2_K.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q2_K.gguf) | Q2_K | 0.005 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [TestMixtral-Q3_K_S.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q3_K_S.gguf) | Q3_K_S | 0.005 GB | very small, high quality loss |
38
+ | [TestMixtral-Q3_K_M.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q3_K_M.gguf) | Q3_K_M | 0.005 GB | very small, high quality loss |
39
+ | [TestMixtral-Q3_K_L.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q3_K_L.gguf) | Q3_K_L | 0.005 GB | small, substantial quality loss |
40
+ | [TestMixtral-Q4_0.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q4_0.gguf) | Q4_0 | 0.005 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [TestMixtral-Q4_K_S.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q4_K_S.gguf) | Q4_K_S | 0.006 GB | small, greater quality loss |
42
+ | [TestMixtral-Q4_K_M.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q4_K_M.gguf) | Q4_K_M | 0.006 GB | medium, balanced quality - recommended |
43
+ | [TestMixtral-Q5_0.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q5_0.gguf) | Q5_0 | 0.006 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [TestMixtral-Q5_K_S.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q5_K_S.gguf) | Q5_K_S | 0.006 GB | large, low quality loss - recommended |
45
+ | [TestMixtral-Q5_K_M.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q5_K_M.gguf) | Q5_K_M | 0.006 GB | large, very low quality loss - recommended |
46
+ | [TestMixtral-Q6_K.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q6_K.gguf) | Q6_K | 0.007 GB | very large, extremely low quality loss |
47
+ | [TestMixtral-Q8_0.gguf](https://huggingface.co/tensorblock/TestMixtral-GGUF/tree/main/TestMixtral-Q8_0.gguf) | Q8_0 | 0.007 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/TestMixtral-GGUF --include "TestMixtral-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/TestMixtral-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
TestMixtral-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1d5aad033309a718786e981d485e84d8983d2dbed5d1ca79e9b4a21658d5fa
3
+ size 5378720
TestMixtral-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c33e24ffab79c8c867b29bbdd8d64d8096af866544de3a9c738738ca2630584
3
+ size 5595296
TestMixtral-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e4e143793d751ad8d844f211efcbd1250311f788d0e8ddc6a6284b7977256e
3
+ size 5492640
TestMixtral-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:673c4baf4ad038f8070938350ed007d2bf256d3e7d866b819a13c3b058cb79bf
3
+ size 5378720
TestMixtral-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4052c1a848fc29a9e7fb5be46331ff07ababd8c8a42180a3360f906b39a12271
3
+ size 5483168
TestMixtral-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da62ef1a666f59ab5d0abc0fdbd2297332a2977fdf2edc53bcf17fdb035faddd
3
+ size 6060224
TestMixtral-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377ce15bb87cc41cec81b1486aa1bb75bd4b8fe09105d4ab96c53c92b2f9811b
3
+ size 5962944
TestMixtral-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e625fb0041628336553f982f8e65faebda0e75458580a959cf1b9bbc74561c
3
+ size 6052544
TestMixtral-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b3306fe07fa671dce2c0cc4a10a227b433f0847b6aa54647e7a1d75f4e8dc2a
3
+ size 6344160
TestMixtral-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd7585d272e91a44592e65b4d43e0d3f6650d76d9d37c37f11e0342e9808a70
3
+ size 6288096
TestMixtral-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0529a3a2cfa29d66440e3700d602c05936eb43da65e83dd8ca38d8a1839dabfd
3
+ size 7570240
TestMixtral-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813b8839789fa1057d47a3ca8c578f4767260c135a8d59b82b08cde751100bad
3
+ size 7760704