morriszms commited on
Commit
f12cdb0
·
verified ·
1 Parent(s): 40c2729

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
+ dolphin-2.2-yi-34b-200k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.2-yi-34b-200k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.2-yi-34b-200k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.2-yi-34b-200k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.2-yi-34b-200k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.2-yi-34b-200k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.2-yi-34b-200k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.2-yi-34b-200k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.2-yi-34b-200k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.2-yi-34b-200k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.2-yi-34b-200k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.2-yi-34b-200k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ datasets:
5
+ - ehartford/dolphin
6
+ - jondurbin/airoboros-2.2.1
7
+ - ehartford/samantha-data
8
+ - ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
9
+ license: apache-2.0
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: cognitivecomputations/dolphin-2.2-yi-34b-200k
14
+ model-index:
15
+ - name: dolphin-2.2-yi-34b-200k
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: AI2 Reasoning Challenge (25-Shot)
22
+ type: ai2_arc
23
+ config: ARC-Challenge
24
+ split: test
25
+ args:
26
+ num_few_shot: 25
27
+ metrics:
28
+ - type: acc_norm
29
+ value: 42.15
30
+ name: normalized accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: HellaSwag (10-Shot)
39
+ type: hellaswag
40
+ split: validation
41
+ args:
42
+ num_few_shot: 10
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 68.18
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MMLU (5-Shot)
55
+ type: cais/mmlu
56
+ config: all
57
+ split: test
58
+ args:
59
+ num_few_shot: 5
60
+ metrics:
61
+ - type: acc
62
+ value: 55.47
63
+ name: accuracy
64
+ source:
65
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: TruthfulQA (0-shot)
72
+ type: truthful_qa
73
+ config: multiple_choice
74
+ split: validation
75
+ args:
76
+ num_few_shot: 0
77
+ metrics:
78
+ - type: mc2
79
+ value: 45.93
80
+ source:
81
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: Winogrande (5-shot)
88
+ type: winogrande
89
+ config: winogrande_xl
90
+ split: validation
91
+ args:
92
+ num_few_shot: 5
93
+ metrics:
94
+ - type: acc
95
+ value: 64.56
96
+ name: accuracy
97
+ source:
98
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
99
+ name: Open LLM Leaderboard
100
+ - task:
101
+ type: text-generation
102
+ name: Text Generation
103
+ dataset:
104
+ name: GSM8k (5-shot)
105
+ type: gsm8k
106
+ config: main
107
+ split: test
108
+ args:
109
+ num_few_shot: 5
110
+ metrics:
111
+ - type: acc
112
+ value: 3.71
113
+ name: accuracy
114
+ source:
115
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ehartford/dolphin-2.2-yi-34b-200k
116
+ name: Open LLM Leaderboard
117
+ ---
118
+
119
+ <div style="width: auto; margin-left: auto; margin-right: auto">
120
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
121
+ </div>
122
+ <div style="display: flex; justify-content: space-between; width: 100%;">
123
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
124
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
125
+ 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>
126
+ </p>
127
+ </div>
128
+ </div>
129
+
130
+ ## cognitivecomputations/dolphin-2.2-yi-34b-200k - GGUF
131
+
132
+ This repo contains GGUF format model files for [cognitivecomputations/dolphin-2.2-yi-34b-200k](https://huggingface.co/cognitivecomputations/dolphin-2.2-yi-34b-200k).
133
+
134
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
135
+
136
+ ## Our projects
137
+ <table border="1" cellspacing="0" cellpadding="10">
138
+ <tr>
139
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
140
+ <th style="font-size: 25px;">TensorBlock Studio</th>
141
+ </tr>
142
+ <tr>
143
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
144
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
145
+ </tr>
146
+ <tr>
147
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
148
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
149
+ </tr>
150
+ <tr>
151
+ <th>
152
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
153
+ display: inline-block;
154
+ padding: 8px 16px;
155
+ background-color: #FF7F50;
156
+ color: white;
157
+ text-decoration: none;
158
+ border-radius: 6px;
159
+ font-weight: bold;
160
+ font-family: sans-serif;
161
+ ">👀 See what we built 👀</a>
162
+ </th>
163
+ <th>
164
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
165
+ display: inline-block;
166
+ padding: 8px 16px;
167
+ background-color: #FF7F50;
168
+ color: white;
169
+ text-decoration: none;
170
+ border-radius: 6px;
171
+ font-weight: bold;
172
+ font-family: sans-serif;
173
+ ">👀 See what we built 👀</a>
174
+ </th>
175
+ </tr>
176
+ </table>
177
+
178
+ ## Prompt template
179
+
180
+ ```
181
+ <|im_start|>system
182
+ {system_prompt}<|im_end|>
183
+ <|im_start|>user
184
+ {prompt}<|im_end|>
185
+ <|im_start|>assistant
186
+ ```
187
+
188
+ ## Model file specification
189
+
190
+ | Filename | Quant type | File Size | Description |
191
+ | -------- | ---------- | --------- | ----------- |
192
+ | [dolphin-2.2-yi-34b-200k-Q2_K.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q2_K.gguf) | Q2_K | 12.825 GB | smallest, significant quality loss - not recommended for most purposes |
193
+ | [dolphin-2.2-yi-34b-200k-Q3_K_S.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q3_K_S.gguf) | Q3_K_S | 14.960 GB | very small, high quality loss |
194
+ | [dolphin-2.2-yi-34b-200k-Q3_K_M.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q3_K_M.gguf) | Q3_K_M | 16.655 GB | very small, high quality loss |
195
+ | [dolphin-2.2-yi-34b-200k-Q3_K_L.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q3_K_L.gguf) | Q3_K_L | 18.139 GB | small, substantial quality loss |
196
+ | [dolphin-2.2-yi-34b-200k-Q4_0.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q4_0.gguf) | Q4_0 | 19.467 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
197
+ | [dolphin-2.2-yi-34b-200k-Q4_K_S.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q4_K_S.gguf) | Q4_K_S | 19.599 GB | small, greater quality loss |
198
+ | [dolphin-2.2-yi-34b-200k-Q4_K_M.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q4_K_M.gguf) | Q4_K_M | 20.659 GB | medium, balanced quality - recommended |
199
+ | [dolphin-2.2-yi-34b-200k-Q5_0.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q5_0.gguf) | Q5_0 | 23.708 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
200
+ | [dolphin-2.2-yi-34b-200k-Q5_K_S.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q5_K_S.gguf) | Q5_K_S | 23.708 GB | large, low quality loss - recommended |
201
+ | [dolphin-2.2-yi-34b-200k-Q5_K_M.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q5_K_M.gguf) | Q5_K_M | 24.322 GB | large, very low quality loss - recommended |
202
+ | [dolphin-2.2-yi-34b-200k-Q6_K.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q6_K.gguf) | Q6_K | 28.214 GB | very large, extremely low quality loss |
203
+ | [dolphin-2.2-yi-34b-200k-Q8_0.gguf](https://huggingface.co/tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF/blob/main/dolphin-2.2-yi-34b-200k-Q8_0.gguf) | Q8_0 | 36.542 GB | very large, extremely low quality loss - not recommended |
204
+
205
+
206
+ ## Downloading instruction
207
+
208
+ ### Command line
209
+
210
+ Firstly, install Huggingface Client
211
+
212
+ ```shell
213
+ pip install -U "huggingface_hub[cli]"
214
+ ```
215
+
216
+ Then, downoad the individual model file the a local directory
217
+
218
+ ```shell
219
+ huggingface-cli download tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF --include "dolphin-2.2-yi-34b-200k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
220
+ ```
221
+
222
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
223
+
224
+ ```shell
225
+ huggingface-cli download tensorblock/cognitivecomputations_dolphin-2.2-yi-34b-200k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
226
+ ```
dolphin-2.2-yi-34b-200k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71841686476cda771174653045923e3e536c114fc6c876701bb31eb7aee8a95
3
+ size 12825235072
dolphin-2.2-yi-34b-200k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1073f8dee500d3c5bd2e2d3f23c68e295e32633c39fe44e77ef7a9a3f10738
3
+ size 18139446912
dolphin-2.2-yi-34b-200k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88caf988854400521a33c9ca1547ea30ba7339eb501fa652d75838898a74fa4f
3
+ size 16654925440
dolphin-2.2-yi-34b-200k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459d880cdd880c59ba02cdb0cca2ff89fd1a1335501fd3b2975950cf399f9cb7
3
+ size 14960295552
dolphin-2.2-yi-34b-200k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303fedb533e61dfe6d8b7641b0675e5784a455e04539d81d99320e7d363c8d9b
3
+ size 19466530432
dolphin-2.2-yi-34b-200k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccebaf34f781216f76edecac09302bdc50fdcd909523960864ff02f4a6ba5e50
3
+ size 20658712192
dolphin-2.2-yi-34b-200k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d95534ae3f18cbb83f4a20c90df09b8e1a26ba29e21b8888308367014e6685e
3
+ size 19598651008
dolphin-2.2-yi-34b-200k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b89404f1fc5919cd60ca2bfd588fd405298a9c2ce289b5e55a2df79a16f92d
3
+ size 23707692672
dolphin-2.2-yi-34b-200k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b8e03eeb9ee202933b3c293d34f4f60510c8737b54380478c441507fe84824
3
+ size 24321846912
dolphin-2.2-yi-34b-200k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaa8d01234664f6dc64676472bde5051a7e5b2af0cccb92f81df65678f8196f7
3
+ size 23707692672
dolphin-2.2-yi-34b-200k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35b90ecd25ccb58aae7bf5b41bbec00ccddfc2927ff62efd8e65169f4b6bf2a
3
+ size 28213927552
dolphin-2.2-yi-34b-200k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f3b937a0f4e25d2ba5a43cdf08e1d68e90f4adf2e2940ea2f1a30d0fa74370
3
+ size 36542283392