morriszms commited on
Commit
e640117
·
verified ·
1 Parent(s): 3e0ad24

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-AEZAKMI-RAW-1701-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Yi-34B-200K-AEZAKMI-RAW-1701-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - finetune
5
+ - fine tune
6
+ - dpo
7
+ - sft
8
+ - yi
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
12
+ model-index:
13
+ - name: Yi-34B-200K-AEZAKMI-RAW-1701
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: AI2 Reasoning Challenge (25-Shot)
20
+ type: ai2_arc
21
+ config: ARC-Challenge
22
+ split: test
23
+ args:
24
+ num_few_shot: 25
25
+ metrics:
26
+ - type: acc_norm
27
+ value: 66.81
28
+ name: normalized accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: HellaSwag (10-Shot)
37
+ type: hellaswag
38
+ split: validation
39
+ args:
40
+ num_few_shot: 10
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 85.79
44
+ name: normalized accuracy
45
+ source:
46
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: MMLU (5-Shot)
53
+ type: cais/mmlu
54
+ config: all
55
+ split: test
56
+ args:
57
+ num_few_shot: 5
58
+ metrics:
59
+ - type: acc
60
+ value: 75.44
61
+ name: accuracy
62
+ source:
63
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: TruthfulQA (0-shot)
70
+ type: truthful_qa
71
+ config: multiple_choice
72
+ split: validation
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: mc2
77
+ value: 57.91
78
+ source:
79
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
80
+ name: Open LLM Leaderboard
81
+ - task:
82
+ type: text-generation
83
+ name: Text Generation
84
+ dataset:
85
+ name: Winogrande (5-shot)
86
+ type: winogrande
87
+ config: winogrande_xl
88
+ split: validation
89
+ args:
90
+ num_few_shot: 5
91
+ metrics:
92
+ - type: acc
93
+ value: 80.35
94
+ name: accuracy
95
+ source:
96
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: GSM8k (5-shot)
103
+ type: gsm8k
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 59.97
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701
114
+ name: Open LLM Leaderboard
115
+ ---
116
+
117
+ <div style="width: auto; margin-left: auto; margin-right: auto">
118
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
119
+ </div>
120
+ <div style="display: flex; justify-content: space-between; width: 100%;">
121
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
122
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
123
+ 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>
124
+ </p>
125
+ </div>
126
+ </div>
127
+
128
+ ## adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701 - GGUF
129
+
130
+ This repo contains GGUF format model files for [adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701](https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701).
131
+
132
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
133
+
134
+ <div style="text-align: left; margin: 20px 0;">
135
+ <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;">
136
+ Run them on the TensorBlock client using your local machine ↗
137
+ </a>
138
+ </div>
139
+
140
+ ## Prompt template
141
+
142
+ ```
143
+
144
+ ```
145
+
146
+ ## Model file specification
147
+
148
+ | Filename | Quant type | File Size | Description |
149
+ | -------- | ---------- | --------- | ----------- |
150
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q2_K.gguf) | Q2_K | 12.825 GB | smallest, significant quality loss - not recommended for most purposes |
151
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_S.gguf) | Q3_K_S | 14.960 GB | very small, high quality loss |
152
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_M.gguf) | Q3_K_M | 16.655 GB | very small, high quality loss |
153
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_L.gguf) | Q3_K_L | 18.139 GB | small, substantial quality loss |
154
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q4_0.gguf) | Q4_0 | 19.467 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
155
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_S.gguf) | Q4_K_S | 19.599 GB | small, greater quality loss |
156
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_M.gguf) | Q4_K_M | 20.659 GB | medium, balanced quality - recommended |
157
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q5_0.gguf) | Q5_0 | 23.708 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
158
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_S.gguf) | Q5_K_S | 23.708 GB | large, low quality loss - recommended |
159
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_M.gguf) | Q5_K_M | 24.322 GB | large, very low quality loss - recommended |
160
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q6_K.gguf) | Q6_K | 28.214 GB | very large, extremely low quality loss |
161
+ | [Yi-34B-200K-AEZAKMI-RAW-1701-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF/blob/main/Yi-34B-200K-AEZAKMI-RAW-1701-Q8_0.gguf) | Q8_0 | 36.542 GB | very large, extremely low quality loss - not recommended |
162
+
163
+
164
+ ## Downloading instruction
165
+
166
+ ### Command line
167
+
168
+ Firstly, install Huggingface Client
169
+
170
+ ```shell
171
+ pip install -U "huggingface_hub[cli]"
172
+ ```
173
+
174
+ Then, downoad the individual model file the a local directory
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF --include "Yi-34B-200K-AEZAKMI-RAW-1701-Q2_K.gguf" --local-dir MY_LOCAL_DIR
178
+ ```
179
+
180
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/Yi-34B-200K-AEZAKMI-RAW-1701-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
184
+ ```
Yi-34B-200K-AEZAKMI-RAW-1701-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6a59202512bb3918ec682c86816edc2d9cc342ab4fd8d028984696a60266f6
3
+ size 12825233920
Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9bbcebf2661bb1f5fb563b54646e666c70aab50e8a4ea5f9cc6d4bbfe7000fd
3
+ size 18139445760
Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f10bc65fb9ade9452c6db0accbe7b38a45eb42034e168cbfd64cb6012d130c09
3
+ size 16654924288
Yi-34B-200K-AEZAKMI-RAW-1701-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce346ff288878fe8f81a855f31cad1cf521691030bf7002fa75c64a8f2b90c0e
3
+ size 14960294400
Yi-34B-200K-AEZAKMI-RAW-1701-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f865de026e9160eb30e75d25ddfd531bdd6fe159529ded9ae7e9a99ee70524b2
3
+ size 19466529280
Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7161813d9185d62533c99dbced377fd3557cb7c7a3a96f07a693480dc3b31507
3
+ size 20658711040
Yi-34B-200K-AEZAKMI-RAW-1701-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09469f9c7eefe29e8c41cb2898050e6326c1fb98f6590fb65389ab01ab828c07
3
+ size 19598649856
Yi-34B-200K-AEZAKMI-RAW-1701-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38dc79f3e7b8b917bfe18be3f249f081cfe190816fec749e2348646a9acff684
3
+ size 23707691520
Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970e19c24889df8ed11050f7443adfb0be5af2a9df6d374c9bedda91d385fe77
3
+ size 24321845760
Yi-34B-200K-AEZAKMI-RAW-1701-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0717b3c07c91bf9361ca51283036a9a2c8a38bca7ab54a7cd9e7cfd2a803c1cd
3
+ size 23707691520
Yi-34B-200K-AEZAKMI-RAW-1701-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410b6a647b3b6fc23357e6fc5328159feeae682dea94bb6a11405bc6984c02de
3
+ size 28213926400
Yi-34B-200K-AEZAKMI-RAW-1701-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b1abce8259ec8d745b791c41d8460c6e827221f6f75bb9e26b76586c58c33e
3
+ size 36542282240