morriszms commited on
Commit
bceee2e
·
verified ·
1 Parent(s): 8066cca

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
+ TinyMistral-248M-v2.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyMistral-248M-v2.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyMistral-248M-v2.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyMistral-248M-v2.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyMistral-248M-v2.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyMistral-248M-v2.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyMistral-248M-v2.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyMistral-248M-v2.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyMistral-248M-v2.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyMistral-248M-v2.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyMistral-248M-v2.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyMistral-248M-v2.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - code
5
+ license: apache-2.0
6
+ tags:
7
+ - merge
8
+ - computer science
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - open-phi/programming_books_llama
13
+ - open-phi/textbooks
14
+ inference:
15
+ parameters:
16
+ do_sample: true
17
+ temperature: 0.2
18
+ top_p: 0.14
19
+ top_k: 12
20
+ max_new_tokens: 250
21
+ repetition_penalty: 1.15
22
+ widget:
23
+ - text: 'To calculate the factorial of n, we can use the following function:'
24
+ base_model: Locutusque/TinyMistral-248M-v2.5
25
+ model-index:
26
+ - name: TinyMistral-248M-v2.5
27
+ results:
28
+ - task:
29
+ type: text-generation
30
+ name: Text Generation
31
+ dataset:
32
+ name: AI2 Reasoning Challenge (25-Shot)
33
+ type: ai2_arc
34
+ config: ARC-Challenge
35
+ split: test
36
+ args:
37
+ num_few_shot: 25
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 24.57
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: HellaSwag (10-Shot)
50
+ type: hellaswag
51
+ split: validation
52
+ args:
53
+ num_few_shot: 10
54
+ metrics:
55
+ - type: acc_norm
56
+ value: 27.49
57
+ name: normalized accuracy
58
+ source:
59
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
60
+ name: Open LLM Leaderboard
61
+ - task:
62
+ type: text-generation
63
+ name: Text Generation
64
+ dataset:
65
+ name: MMLU (5-Shot)
66
+ type: cais/mmlu
67
+ config: all
68
+ split: test
69
+ args:
70
+ num_few_shot: 5
71
+ metrics:
72
+ - type: acc
73
+ value: 23.15
74
+ name: accuracy
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: TruthfulQA (0-shot)
83
+ type: truthful_qa
84
+ config: multiple_choice
85
+ split: validation
86
+ args:
87
+ num_few_shot: 0
88
+ metrics:
89
+ - type: mc2
90
+ value: 46.72
91
+ source:
92
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
93
+ name: Open LLM Leaderboard
94
+ - task:
95
+ type: text-generation
96
+ name: Text Generation
97
+ dataset:
98
+ name: Winogrande (5-shot)
99
+ type: winogrande
100
+ config: winogrande_xl
101
+ split: validation
102
+ args:
103
+ num_few_shot: 5
104
+ metrics:
105
+ - type: acc
106
+ value: 47.83
107
+ name: accuracy
108
+ source:
109
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
110
+ name: Open LLM Leaderboard
111
+ - task:
112
+ type: text-generation
113
+ name: Text Generation
114
+ dataset:
115
+ name: GSM8k (5-shot)
116
+ type: gsm8k
117
+ config: main
118
+ split: test
119
+ args:
120
+ num_few_shot: 5
121
+ metrics:
122
+ - type: acc
123
+ value: 0.0
124
+ name: accuracy
125
+ source:
126
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
127
+ name: Open LLM Leaderboard
128
+ - task:
129
+ type: text-generation
130
+ name: Text Generation
131
+ dataset:
132
+ name: IFEval (0-Shot)
133
+ type: HuggingFaceH4/ifeval
134
+ args:
135
+ num_few_shot: 0
136
+ metrics:
137
+ - type: inst_level_strict_acc and prompt_level_strict_acc
138
+ value: 13.36
139
+ name: strict accuracy
140
+ source:
141
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
142
+ name: Open LLM Leaderboard
143
+ - task:
144
+ type: text-generation
145
+ name: Text Generation
146
+ dataset:
147
+ name: BBH (3-Shot)
148
+ type: BBH
149
+ args:
150
+ num_few_shot: 3
151
+ metrics:
152
+ - type: acc_norm
153
+ value: 3.18
154
+ name: normalized accuracy
155
+ source:
156
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
157
+ name: Open LLM Leaderboard
158
+ - task:
159
+ type: text-generation
160
+ name: Text Generation
161
+ dataset:
162
+ name: MATH Lvl 5 (4-Shot)
163
+ type: hendrycks/competition_math
164
+ args:
165
+ num_few_shot: 4
166
+ metrics:
167
+ - type: exact_match
168
+ value: 0.0
169
+ name: exact match
170
+ source:
171
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
172
+ name: Open LLM Leaderboard
173
+ - task:
174
+ type: text-generation
175
+ name: Text Generation
176
+ dataset:
177
+ name: GPQA (0-shot)
178
+ type: Idavidrein/gpqa
179
+ args:
180
+ num_few_shot: 0
181
+ metrics:
182
+ - type: acc_norm
183
+ value: 0.11
184
+ name: acc_norm
185
+ source:
186
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
187
+ name: Open LLM Leaderboard
188
+ - task:
189
+ type: text-generation
190
+ name: Text Generation
191
+ dataset:
192
+ name: MuSR (0-shot)
193
+ type: TAUR-Lab/MuSR
194
+ args:
195
+ num_few_shot: 0
196
+ metrics:
197
+ - type: acc_norm
198
+ value: 5.07
199
+ name: acc_norm
200
+ source:
201
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
202
+ name: Open LLM Leaderboard
203
+ - task:
204
+ type: text-generation
205
+ name: Text Generation
206
+ dataset:
207
+ name: MMLU-PRO (5-shot)
208
+ type: TIGER-Lab/MMLU-Pro
209
+ config: main
210
+ split: test
211
+ args:
212
+ num_few_shot: 5
213
+ metrics:
214
+ - type: acc
215
+ value: 1.5
216
+ name: accuracy
217
+ source:
218
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Locutusque/TinyMistral-248M-v2.5
219
+ name: Open LLM Leaderboard
220
+ ---
221
+
222
+ <div style="width: auto; margin-left: auto; margin-right: auto">
223
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
224
+ </div>
225
+ <div style="display: flex; justify-content: space-between; width: 100%;">
226
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
227
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
228
+ 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>
229
+ </p>
230
+ </div>
231
+ </div>
232
+
233
+ ## Locutusque/TinyMistral-248M-v2.5 - GGUF
234
+
235
+ This repo contains GGUF format model files for [Locutusque/TinyMistral-248M-v2.5](https://huggingface.co/Locutusque/TinyMistral-248M-v2.5).
236
+
237
+ 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).
238
+
239
+ <div style="text-align: left; margin: 20px 0;">
240
+ <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;">
241
+ Run them on the TensorBlock client using your local machine ↗
242
+ </a>
243
+ </div>
244
+
245
+ ## Prompt template
246
+
247
+ ```
248
+
249
+ ```
250
+
251
+ ## Model file specification
252
+
253
+ | Filename | Quant type | File Size | Description |
254
+ | -------- | ---------- | --------- | ----------- |
255
+ | [TinyMistral-248M-v2.5-Q2_K.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q2_K.gguf) | Q2_K | 0.105 GB | smallest, significant quality loss - not recommended for most purposes |
256
+ | [TinyMistral-248M-v2.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q3_K_S.gguf) | Q3_K_S | 0.120 GB | very small, high quality loss |
257
+ | [TinyMistral-248M-v2.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q3_K_M.gguf) | Q3_K_M | 0.129 GB | very small, high quality loss |
258
+ | [TinyMistral-248M-v2.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q3_K_L.gguf) | Q3_K_L | 0.137 GB | small, substantial quality loss |
259
+ | [TinyMistral-248M-v2.5-Q4_0.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q4_0.gguf) | Q4_0 | 0.149 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
260
+ | [TinyMistral-248M-v2.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q4_K_S.gguf) | Q4_K_S | 0.149 GB | small, greater quality loss |
261
+ | [TinyMistral-248M-v2.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q4_K_M.gguf) | Q4_K_M | 0.156 GB | medium, balanced quality - recommended |
262
+ | [TinyMistral-248M-v2.5-Q5_0.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q5_0.gguf) | Q5_0 | 0.176 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
263
+ | [TinyMistral-248M-v2.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q5_K_S.gguf) | Q5_K_S | 0.176 GB | large, low quality loss - recommended |
264
+ | [TinyMistral-248M-v2.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q5_K_M.gguf) | Q5_K_M | 0.179 GB | large, very low quality loss - recommended |
265
+ | [TinyMistral-248M-v2.5-Q6_K.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q6_K.gguf) | Q6_K | 0.204 GB | very large, extremely low quality loss |
266
+ | [TinyMistral-248M-v2.5-Q8_0.gguf](https://huggingface.co/tensorblock/TinyMistral-248M-v2.5-GGUF/blob/main/TinyMistral-248M-v2.5-Q8_0.gguf) | Q8_0 | 0.264 GB | very large, extremely low quality loss - not recommended |
267
+
268
+
269
+ ## Downloading instruction
270
+
271
+ ### Command line
272
+
273
+ Firstly, install Huggingface Client
274
+
275
+ ```shell
276
+ pip install -U "huggingface_hub[cli]"
277
+ ```
278
+
279
+ Then, downoad the individual model file the a local directory
280
+
281
+ ```shell
282
+ huggingface-cli download tensorblock/TinyMistral-248M-v2.5-GGUF --include "TinyMistral-248M-v2.5-Q2_K.gguf" --local-dir MY_LOCAL_DIR
283
+ ```
284
+
285
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
286
+
287
+ ```shell
288
+ huggingface-cli download tensorblock/TinyMistral-248M-v2.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
289
+ ```
TinyMistral-248M-v2.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13518c80d44cad579d3a2b6ccaec96ea541e1a0a141ea7911b69009dedf568f
3
+ size 105459776
TinyMistral-248M-v2.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f92e8d3fc863889c36af730251ec81b4eeaa47aa04eeffb95408d7676a4ef645
3
+ size 137222720
TinyMistral-248M-v2.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98cc3459b11dbf12a13871529017ff0e55f15f6c2cf7a9e59fd9e62eeb7e0fb3
3
+ size 129030720
TinyMistral-248M-v2.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba573f3ef0e630b9d6df35dd62d746aee7e5f6f2fcda51c63a2959c706802d8c
3
+ size 120191552
TinyMistral-248M-v2.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a2d5b1b1d9f63af58c1a7cb811fb6e882f8366feceb6d354f90de634b1be7d
3
+ size 148776160
TinyMistral-248M-v2.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea878f710a438f532349724f840f6f81e8f7fb3e76bc1cb6712f91c830f2f24
3
+ size 155669728
TinyMistral-248M-v2.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521a4381cff535c4c79fe9974f2efd57255fc9135d547f53a9a37c456135b19d
3
+ size 149431520
TinyMistral-248M-v2.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c5a6dae6fdbd44c912ebbc9f7431cd50143f48a89440568ec070dd43bea067
3
+ size 175679328
TinyMistral-248M-v2.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c9d965c24fb99d870e0efca8b2ed904248ff1cbc6c52aa0bd3b436af2308047
3
+ size 179230560
TinyMistral-248M-v2.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b075e0beec5e0eb50d18ee9cfbd25c73b8de40f63276f0c878cb65ca95caa99
3
+ size 175679328
TinyMistral-248M-v2.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48d99197244ab39cca8a627d56f6c755517df741ebc8c66eeff27a6a3ce821a
3
+ size 204263968
TinyMistral-248M-v2.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5880272696aabe58a988e9ab58f39cd06aef5eecf2c0fc4a1c637edb42b6f8fd
3
+ size 264326048