morriszms commited on
Commit
7d5586a
·
verified ·
1 Parent(s): d6fc560

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
+ Yi-34B-Llama-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-34B-Llama-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-34B-Llama-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-34B-Llama-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-34B-Llama-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-34B-Llama-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-34B-Llama-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-34B-Llama-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-34B-Llama-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-34B-Llama-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-34B-Llama-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-34B-Llama-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: yi-license
4
+ license_link: LICENSE
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: chargoddard/Yi-34B-Llama
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## chargoddard/Yi-34B-Llama - GGUF
23
+
24
+ This repo contains GGUF format model files for [chargoddard/Yi-34B-Llama](https://huggingface.co/chargoddard/Yi-34B-Llama).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [Yi-34B-Llama-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [Yi-34B-Llama-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
46
+ | [Yi-34B-Llama-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
47
+ | [Yi-34B-Llama-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
48
+ | [Yi-34B-Llama-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [Yi-34B-Llama-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
50
+ | [Yi-34B-Llama-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
51
+ | [Yi-34B-Llama-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [Yi-34B-Llama-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
53
+ | [Yi-34B-Llama-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
54
+ | [Yi-34B-Llama-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
55
+ | [Yi-34B-Llama-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-34B-Llama-GGUF/blob/main/Yi-34B-Llama-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/Yi-34B-Llama-GGUF --include "Yi-34B-Llama-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/Yi-34B-Llama-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
Yi-34B-Llama-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f1c19981b385e626a4f2026003696c479d25fdb5d29afb9e2a9538cdc0c7d7
3
+ size 12825233824
Yi-34B-Llama-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2c4060f5745f695094d57be054f3b01e86a9547e333dd2a0bff5cb0b675b55
3
+ size 18139445664
Yi-34B-Llama-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d530fbfa97d81006ca99e79e0850fe2655d32d6d0071410124e896fd90c817b
3
+ size 16654924192
Yi-34B-Llama-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01006c7710662a2488413e6fc15c7c35a9349703b876090ab4675c2a801729c7
3
+ size 14960294304
Yi-34B-Llama-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2099a0978dc0eaeb304cf1cb3e2089c03866bf16615adcdb47cf8cc7a31c2a
3
+ size 19466529184
Yi-34B-Llama-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93285ffea0189d8827e1089ed44da8d279bf5832017b3002087c84b3ea725723
3
+ size 20658710944
Yi-34B-Llama-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112b21455d9517fc84778ac73768554e97c47d4da92f85792a15874e6464a6d5
3
+ size 19598649760
Yi-34B-Llama-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3884e60903a1f64d009c70c799fb81eef5514811cb840dd461456d6a06545e77
3
+ size 23707691424
Yi-34B-Llama-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec3f5eee746b56a191f379012d22ae6ae06c471402fdf6f8fab9c97f630e664
3
+ size 24321845664
Yi-34B-Llama-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131ee51ab7d139b9b8e9a4e2a2ccd362cbeed30421f460d55912e2cead8d02cb
3
+ size 23707691424
Yi-34B-Llama-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a34ee8297a06da51260aa0f6493d0e1199d15803b36879457d2f499dbbb27f
3
+ size 28213926304
Yi-34B-Llama-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94386838a9938d799b798e819e074d6e54b866eda36b7281fd037d6c2066717b
3
+ size 36542282144