morriszms commited on
Commit
9cfe6a0
1 Parent(s): 284d4a9

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-200K-Llamafied-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-34B-200K-Llamafied-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-34B-200K-Llamafied-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-34B-200K-Llamafied-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-34B-200K-Llamafied-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-34B-200K-Llamafied-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-34B-200K-Llamafied-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-34B-200K-Llamafied-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-34B-200K-Llamafied-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-34B-200K-Llamafied-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-34B-200K-Llamafied-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-34B-200K-Llamafied-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: larryvrh/Yi-34B-200K-Llamafied
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## larryvrh/Yi-34B-200K-Llamafied - GGUF
24
+
25
+ This repo contains GGUF format model files for [larryvrh/Yi-34B-200K-Llamafied](https://huggingface.co/larryvrh/Yi-34B-200K-Llamafied).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [Yi-34B-200K-Llamafied-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [Yi-34B-200K-Llamafied-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
47
+ | [Yi-34B-200K-Llamafied-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
48
+ | [Yi-34B-200K-Llamafied-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
49
+ | [Yi-34B-200K-Llamafied-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [Yi-34B-200K-Llamafied-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
51
+ | [Yi-34B-200K-Llamafied-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
52
+ | [Yi-34B-200K-Llamafied-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [Yi-34B-200K-Llamafied-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
54
+ | [Yi-34B-200K-Llamafied-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
55
+ | [Yi-34B-200K-Llamafied-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
56
+ | [Yi-34B-200K-Llamafied-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-Llamafied-GGUF/blob/main/Yi-34B-200K-Llamafied-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/Yi-34B-200K-Llamafied-GGUF --include "Yi-34B-200K-Llamafied-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/Yi-34B-200K-Llamafied-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
Yi-34B-200K-Llamafied-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6678da0fd6f50d84520461c3559746cf963cbff96ff72121f4547129bd893e8
3
+ size 12825233792
Yi-34B-200K-Llamafied-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61891ab372b7932e079a4a42053a34ad1ff232ca6e4f758b34840f177d71d5da
3
+ size 18139445632
Yi-34B-200K-Llamafied-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb201d680bec27f99faa4a1ff2e7d02822c4b87649b3de0d7c484b43b8b5d1e
3
+ size 16654924160
Yi-34B-200K-Llamafied-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8977ab7e83abb81593a1df92390d3fafc2d7962e4320e37e34724f29dbb674
3
+ size 14960294272
Yi-34B-200K-Llamafied-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af4db444d603c0d0a96cf21fd434d8dd0ea4563b8461f32ed05bec3f6c337b2
3
+ size 19466529152
Yi-34B-200K-Llamafied-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8616503c7a588ace547f34f48f4480bcf4fd09bbbcb591b4ed20f87f40be9a
3
+ size 20658710912
Yi-34B-200K-Llamafied-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e52cfdcc685a689cbf016fbf9c0cf427ac693c93248773946c3e5c2f48d77036
3
+ size 19598649728
Yi-34B-200K-Llamafied-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1262e8bede8e8bd1c38ea981b757cdad17cae6c0b1d4eda33ebd9209df614e26
3
+ size 23707691392
Yi-34B-200K-Llamafied-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77258809a5c59795e944e1c174d0c67a96c91dd080e2393ddc1a7fb5e4c89ce4
3
+ size 24321845632
Yi-34B-200K-Llamafied-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53b9d6c0e81166a359f4657bd8ae08f7e1b8d5aef11276f9f8333629adbb916
3
+ size 23707691392
Yi-34B-200K-Llamafied-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b874a58a21a012cf4ddc5de9d39ec2ac300fdcf17f762f2d690d6354269321ce
3
+ size 28213926272
Yi-34B-200K-Llamafied-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b450a098802d1214451e9d6e67eccd480b0cd341127e394b822cc14bec6daf09
3
+ size 36542282112