morriszms commited on
Commit
2d335b8
·
verified ·
1 Parent(s): 21a670b

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
+ UndiMix-v4-13B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ UndiMix-v4-13B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ UndiMix-v4-13B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ UndiMix-v4-13B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ UndiMix-v4-13B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ UndiMix-v4-13B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ UndiMix-v4-13B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ UndiMix-v4-13B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ UndiMix-v4-13B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ UndiMix-v4-13B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ UndiMix-v4-13B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ UndiMix-v4-13B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: Undi95/UndiMix-v4-13B
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## Undi95/UndiMix-v4-13B - GGUF
21
+
22
+ This repo contains GGUF format model files for [Undi95/UndiMix-v4-13B](https://huggingface.co/Undi95/UndiMix-v4-13B).
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
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [UndiMix-v4-13B-Q2_K.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [UndiMix-v4-13B-Q3_K_S.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
44
+ | [UndiMix-v4-13B-Q3_K_M.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
45
+ | [UndiMix-v4-13B-Q3_K_L.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
46
+ | [UndiMix-v4-13B-Q4_0.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [UndiMix-v4-13B-Q4_K_S.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
48
+ | [UndiMix-v4-13B-Q4_K_M.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
49
+ | [UndiMix-v4-13B-Q5_0.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [UndiMix-v4-13B-Q5_K_S.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
51
+ | [UndiMix-v4-13B-Q5_K_M.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
52
+ | [UndiMix-v4-13B-Q6_K.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
53
+ | [UndiMix-v4-13B-Q8_0.gguf](https://huggingface.co/tensorblock/UndiMix-v4-13B-GGUF/blob/main/UndiMix-v4-13B-Q8_0.gguf) | Q8_0 | 12.881 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/UndiMix-v4-13B-GGUF --include "UndiMix-v4-13B-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/UndiMix-v4-13B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
UndiMix-v4-13B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc74cec52b6c759095f07e9b71f8888e216785d2c5bd4f49249447e2b4391b63
3
+ size 4854270144
UndiMix-v4-13B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc640ec69551ebb76266090982f77b728d737e80d0a89dd48a378f23316f513e
3
+ size 6929559744
UndiMix-v4-13B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:096036367d6c8d51a03a4157b42f1ac03bb7bf9ab84486f8ee57b863af47873c
3
+ size 6337769664
UndiMix-v4-13B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eda318f8904a95f1e9eecca080cc0e076780154c2a86e9e1510ae14778938c0f
3
+ size 5658980544
UndiMix-v4-13B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a03e4420582ab10b32828cf601fe2d5181ab4d32cc58880d92ac117da5616d9
3
+ size 7365834944
UndiMix-v4-13B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f116ea2e46b6bf364620a9771f583f6a5aaeab79f25e029461f7c78dde4063ea
3
+ size 7865956544
UndiMix-v4-13B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92bac5919884e0fa1678658f662a119899fede60f991c3144560f2931d48648a
3
+ size 7423178944
UndiMix-v4-13B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb5bcd9b3e3abbd4d5701465d1f2d21a75506a722b81397ae80f5700abbc70d6
3
+ size 8972286144
UndiMix-v4-13B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cd96f1cfd43e15ba420774bf1bab9885dd697ae04f8937e207aee58ec9343d
3
+ size 9229924544
UndiMix-v4-13B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10329027905a838e229c65b70f0be6460b818c10bd1242bd66aa15955a81496
3
+ size 8972286144
UndiMix-v4-13B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38590293b5cb20ae8c9902b6760ca359e29f2a3e60811d51a862dd94c23c54f
3
+ size 10679140544
UndiMix-v4-13B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9a74f76e17b950084588529a48aa91df14ce2b2aca91c0074d49d894141f81
3
+ size 13831319744