-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.yaml
420 lines (355 loc) · 7.98 KB
/
models.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# StableLM Zephyr
stablelm_zephyr_3b:
model:
model_name_or_path: stabilityai/stablelm-zephyr-3b
use_fast_tokenizer: True
num_gpus: 1
# Phi-3
phi_3_small_8k_instruct_fast:
model:
model_name_or_path: microsoft/Phi-3-small-8k-instruct
use_fast_tokenizer: True
trust_remote_code: True
num_gpus: 1
# Starling Nexusflow
starling_lm_7B_beta_fast:
model:
model_name_or_path: Nexusflow/Starling-LM-7B-beta
use_fast_tokenizer: True
num_gpus: 1
# Starling
starling_lm_7B_alpha_fast:
model:
model_name_or_path: berkeley-nest/Starling-LM-7B-alpha
use_fast_tokenizer: True
num_gpus: 1
# Gemma IT
gemma2_2b_it:
model:
model_name_or_path: google/gemma-2-2b-it
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
gemma_7b_it_fast:
model:
model_name_or_path: google/gemma-7b-it
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
gemma_7b_it:
model:
model_name_or_path: google/gemma-7b-it
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
gemma2_2b_it_fast:
model:
model_name_or_path: google/gemma-2-2b-it
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
gemma2_9b_it_fast:
model:
model_name_or_path: google/gemma-2-9b-it
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
# Llama-3-8B-Instruct-RR
llama3_8b_RR_fast:
model:
model_name_or_path: GraySwanAI/Llama-3-8B-Instruct-RR
use_fast_tokenizer: True
pad_token: "<pad>"
dtype: float16
num_gpus: 1
# Llama 3
llama3_8b_fast:
model:
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
use_fast_tokenizer: True
pad_token: "<pad>"
dtype: float16
num_gpus: 1
llama3_1_8b_fast:
model:
model_name_or_path: meta-llama/Meta-Llama-3.1-8B-Instruct
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
llama3_2_1b_fast:
model:
model_name_or_path: meta-llama/Llama-3.2-1B-Instruct
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
llama3_2_3b_fast:
model:
model_name_or_path: meta-llama/Llama-3.2-3B-Instruct
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
llama3_8b:
model:
model_name_or_path: meta-llama/Meta-Llama-3-8B-Instruct
use_fast_tokenizer: False
pad_token: "<pad>"
dtype: float16
num_gpus: 1
llama3_70b_fast:
model:
model_name_or_path: meta-llama/Meta-Llama-3-70B
use_fast_tokenizer: True
dtype: float16
num_gpus: 2
# Llama 2
llama2_7b_fast:
model:
model_name_or_path: meta-llama/Llama-2-7b-chat-hf
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
llama2_7b:
model:
model_name_or_path: meta-llama/Llama-2-7b-chat-hf
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
llama2_13b_fast:
model:
model_name_or_path: meta-llama/Llama-2-13b-chat-hf
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
llama2_13b:
model:
model_name_or_path: meta-llama/Llama-2-13b-chat-hf
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
llama2_70b_fast:
model:
model_name_or_path: meta-llama/Llama-2-70b-chat-hf
use_fast_tokenizer: True
dtype: float16
num_gpus: 2
llama2_70b:
model:
model_name_or_path: meta-llama/Llama-2-70b-chat-hf
use_fast_tokenizer: False
dtype: float16
num_gpus: 2
test:
model:
model_name_or_path: lmsys/vicuna-7b-v1.5
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
vicuna_7b_v1_5_fast:
model:
model_name_or_path: lmsys/vicuna-7b-v1.5
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
vicuna_7b_v1_5:
model:
model_name_or_path: lmsys/vicuna-7b-v1.5
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
vicuna_13b_v1_5_fast:
model:
model_name_or_path: lmsys/vicuna-13b-v1.5
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
vicuna_13b_v1_5:
model:
model_name_or_path: lmsys/vicuna-13b-v1.5
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
koala_7b:
model:
model_name_or_path: TheBloke/koala-7B-HF
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
koala_13b:
model:
model_name_or_path: TheBloke/koala-13B-HF
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
# === Orca ===
orca_2_7b:
model:
model_name_or_path: microsoft/Orca-2-7b
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
orca_2_13b:
model:
model_name_or_path: microsoft/Orca-2-13b
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
# ==== SOLAR ===
solar_10_7b_instruct:
model:
model_name_or_path: upstage/SOLAR-10.7B-Instruct-v1.0
use_fast_tokenizer: False
dtype: float16
num_gpus: 1
openchat_3_5_1210:
model:
model_name_or_path: openchat/openchat-3.5-1210
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
starling_7b_fast:
model:
model_name_or_path: berkeley-nest/Starling-LM-7B-alpha
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
# mistrals
mistral_7b_v2_fast:
model:
model_name_or_path: mistralai/Mistral-7B-Instruct-v0.2
use_fast_tokenizer: True
dtype: bfloat16
num_gpus: 1
mistral_7b_v2:
model:
model_name_or_path: mistralai/Mistral-7B-Instruct-v0.2
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
mixtral_8x7b_fast:
model:
model_name_or_path: mistralai/Mixtral-8x7B-Instruct-v0.1
use_fast_tokenizer: True
dtype: bfloat16
num_gpus: 2
mixtral_8x7b:
model:
model_name_or_path: mistralai/Mixtral-8x7B-Instruct-v0.1
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 2
# Zephyr
zephyr_7b:
model:
model_name_or_path: HuggingFaceH4/zephyr-7b-beta
use_fast_tokenizer: False
dtype: bfloat16
num_gpus: 1
r2d2_fast:
model:
model_name_or_path: cais/zephyr_7b_r2d2
use_fast_tokenizer: True
dtype: float16
num_gpus: 1
zephyr_7b_robust:
model:
model_name_or_path: /data/private_models/harmbench/adv_training/data2/zephyr-7b-sft-full_adv_training6/step_2000
use_fast_tokenizer: False
dtype: bfloat16
# Baichuan 2
baichuan2_7b:
model:
model_name_or_path: baichuan-inc/Baichuan2-7B-Chat
use_fast_tokenizer: False
dtype: bfloat16
trust_remote_code: True
num_gpus: 1
baichuan2_13b:
model:
model_name_or_path: baichuan-inc/Baichuan2-13B-Chat
use_fast_tokenizer: False
dtype: bfloat16
trust_remote_code: True
num_gpus: 1
# qwen:
qwen_7b_chat:
model:
model_name_or_path: Qwen/Qwen-7B-Chat
use_fast_tokenizer: True
dtype: bfloat16
pad_token: <|extra_0|>
eos_token: <|im_end|>
trust_remote_code: True
num_gpus: 1
qwen_14b_chat:
model:
model_name_or_path: Qwen/Qwen-14B-Chat
use_fast_tokenizer: True
trust_remote_code: True
dtype: bfloat16
pad_token: <|extra_0|>
eos_token: <|im_end|>
num_gpus: 1
qwen_72b_chat:
model:
model_name_or_path: Qwen/Qwen-72B-Chat
use_fast_tokenizer: True
trust_remote_code: True
dtype: bfloat16
pad_token: <|extra_0|>
eos_token: <|im_end|>
num_gpus: 4
# ======== API Models =====
# TODO: remove tokens before release
gpt-3.5-turbo-1106:
model:
model_name_or_path: gpt-3.5-turbo-1106
token: token
gpt-3.5-turbo-0613:
model:
model_name_or_path: gpt-3.5-turbo-0613
token: token
gpt-4-1106-preview:
model:
model_name_or_path: gpt-4-1106-preview
token: token
gpt-4-0613:
model:
model_name_or_path: gpt-4-0613
token: token
gpt-4-vision-preview:
model:
model_name_or_path: gpt-4-vision-preview
token: token
claude-instant-1:
model:
model_name_or_path: claude-instant-1
token: token
claude-2.1:
model:
model_name_or_path: claude-2.1
token: token
claude-2:
model:
model_name_or_path: claude-2
token: token
gemini:
model:
model_name_or_path: gemini-pro
token: token
mistral-medium:
mode:
model_name_or_path: mistral-medium
token: token
LLaVA:
model:
model_name_or_path: LLaVA
InstructBLIP:
model:
model_name_or_path: InstructBLIP
QWen:
model:
model_name_or_path: QWen
GPT4V:
model:
model_name_or_path: GPT4V
# adv trained model