bartowski commited on
Commit
864fef2
1 Parent(s): e53e26a

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +218 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ base_model:
6
+ - mistralai/Mistral-7B-v0.1
7
+ datasets:
8
+ - argilla/ultrafeedback-binarized-preferences-cleaned
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: Mistral-ORPO-β
12
+ results:
13
+ # AI2 Reasoning Challenge (25-Shot)
14
+ - task:
15
+ type: text-generation
16
+ name: Text Generation
17
+ dataset:
18
+ name: AI2 Reasoning Challenge (25-Shot)
19
+ type: ai2_arc
20
+ config: ARC-Challenge
21
+ split: test
22
+ args:
23
+ num_few_shot: 25
24
+ metrics:
25
+ - type: acc_norm
26
+ name: normalized accuracy
27
+ value: 61.18
28
+ source:
29
+ name: Open LLM Leaderboard
30
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
31
+
32
+ # HellaSwag (10-shot)
33
+ - task:
34
+ type: text-generation
35
+ name: Text Generation
36
+ dataset:
37
+ name: HellaSwag (10-Shot)
38
+ type: hellaswag
39
+ split: validation
40
+ args:
41
+ num_few_shot: 10
42
+ metrics:
43
+ - type: acc_norm
44
+ name: normalized accuracy
45
+ value: 84.03
46
+ source:
47
+ name: Open LLM Leaderboard
48
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
49
+
50
+ # TruthfulQA (0-shot)
51
+ - task:
52
+ type: text-generation
53
+ name: Text Generation
54
+ dataset:
55
+ name: TruthfulQA (0-shot)
56
+ type: truthful_qa
57
+ config: multiple_choice
58
+ split: validation
59
+ args:
60
+ num_few_shot: 0
61
+ metrics:
62
+ - type: mc2
63
+ value: 47.69
64
+ source:
65
+ name: Open LLM Leaderboard
66
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
67
+
68
+ # GSM8k (5-shot)
69
+ - task:
70
+ type: text-generation
71
+ name: Text Generation
72
+ dataset:
73
+ name: GSM8k (5-shot)
74
+ type: gsm8k
75
+ config: main
76
+ split: test
77
+ args:
78
+ num_few_shot: 5
79
+ metrics:
80
+ - type: acc
81
+ name: accuracy
82
+ value: 39.8
83
+ source:
84
+ name: Open LLM Leaderboard
85
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
86
+
87
+ # MMLU (5-Shot)
88
+ - task:
89
+ type: text-generation
90
+ name: Text Generation
91
+ dataset:
92
+ name: MMLU (5-Shot)
93
+ type: cais/mmlu
94
+ config: all
95
+ split: test
96
+ args:
97
+ num_few_shot: 5
98
+ metrics:
99
+ - type: acc
100
+ name: accuracy
101
+ value: 63.26
102
+ source:
103
+ name: Open LLM Leaderboard
104
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
105
+
106
+ # Winogrande (5-shot)
107
+ - task:
108
+ type: text-generation
109
+ name: Text Generation
110
+ dataset:
111
+ name: Winogrande (5-shot)
112
+ type: winogrande
113
+ config: winogrande_xl
114
+ split: validation
115
+ args:
116
+ num_few_shot: 5
117
+ metrics:
118
+ - type: acc
119
+ name: accuracy
120
+ value: 79.24
121
+ source:
122
+ name: Open LLM Leaderboard
123
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=kaist-ai%2Fmistral-orpo-beta
124
+ - task:
125
+ type: text-generation
126
+ dataset:
127
+ name: AlpacaEval 1
128
+ type: AlpacaEval
129
+ metrics:
130
+ - type: AlpacaEval 1.0
131
+ value: 91.16%
132
+ name: Win Rate
133
+ source:
134
+ url: https://tatsu-lab.github.io/alpaca_eval/
135
+ name: Leaderboard
136
+ - task:
137
+ type: text-generation
138
+ dataset:
139
+ name: AlpacaEval 2
140
+ type: AlpacaEval
141
+ metrics:
142
+ - type: AlpacaEval 2.0
143
+ value: 12.57%
144
+ name: Win Rate
145
+ source:
146
+ url: https://tatsu-lab.github.io/alpaca_eval/
147
+ name: Leaderboard
148
+ - task:
149
+ type: text-generation
150
+ dataset:
151
+ name: MT-Bench
152
+ type: MT-Bench
153
+ metrics:
154
+ - type: MT-Bench
155
+ value: 7.322
156
+ name: Score
157
+ source:
158
+ url: https://github.com/lm-sys/FastChat/blob/main/fastchat/llm_judge/
159
+ name: self-reported
160
+ quantized_by: bartowski
161
+ ---
162
+
163
+ ## Exllama v2 Quantizations of mistral-orpo-beta
164
+
165
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.15">turboderp's ExLlamaV2 v0.0.15</a> for quantization.
166
+
167
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
168
+
169
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
170
+
171
+ Original model: https://huggingface.co/kaist-ai/mistral-orpo-beta
172
+
173
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
174
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
175
+ | [8_0](https://huggingface.co/bartowski/mistral-orpo-beta-exl2/tree/8_0) | 8.0 | 8.0 | 8.4 GB | 9.8 GB | 11.8 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
176
+ | [6_5](https://huggingface.co/bartowski/mistral-orpo-beta-exl2/tree/6_5) | 6.5 | 8.0 | 7.2 GB | 8.6 GB | 10.6 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
177
+ | [5_0](https://huggingface.co/bartowski/mistral-orpo-beta-exl2/tree/5_0) | 5.0 | 6.0 | 6.0 GB | 7.4 GB | 9.4 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
178
+ | [4_25](https://huggingface.co/bartowski/mistral-orpo-beta-exl2/tree/4_25) | 4.25 | 6.0 | 5.3 GB | 6.7 GB | 8.7 GB | GPTQ equivalent bits per weight, slightly higher quality. |
179
+ | [3_5](https://huggingface.co/bartowski/mistral-orpo-beta-exl2/tree/3_5) | 3.5 | 6.0 | 4.7 GB | 6.1 GB | 8.1 GB | Lower quality, only use if you have to. |
180
+
181
+ ## Download instructions
182
+
183
+ With git:
184
+
185
+ ```shell
186
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/mistral-orpo-beta-exl2 mistral-orpo-beta-exl2-6_5
187
+ ```
188
+
189
+ With huggingface hub (credit to TheBloke for instructions):
190
+
191
+ ```shell
192
+ pip3 install huggingface-hub
193
+ ```
194
+
195
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `mistral-orpo-beta-exl2`:
196
+
197
+ ```shell
198
+ mkdir mistral-orpo-beta-exl2
199
+ huggingface-cli download bartowski/mistral-orpo-beta-exl2 --local-dir mistral-orpo-beta-exl2 --local-dir-use-symlinks False
200
+ ```
201
+
202
+ To download from a different branch, add the `--revision` parameter:
203
+
204
+ Linux:
205
+
206
+ ```shell
207
+ mkdir mistral-orpo-beta-exl2-6_5
208
+ huggingface-cli download bartowski/mistral-orpo-beta-exl2 --revision 6_5 --local-dir mistral-orpo-beta-exl2-6_5 --local-dir-use-symlinks False
209
+ ```
210
+
211
+ Windows (which apparently doesn't like _ in folders sometimes?):
212
+
213
+ ```shell
214
+ mkdir mistral-orpo-beta-exl2-6.5
215
+ huggingface-cli download bartowski/mistral-orpo-beta-exl2 --revision 6_5 --local-dir mistral-orpo-beta-exl2-6.5 --local-dir-use-symlinks False
216
+ ```
217
+
218
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
measurement.json ADDED
The diff for this file is too large to render. See raw diff