-
Notifications
You must be signed in to change notification settings - Fork 93
/
lilac_hf_space.yml
630 lines (579 loc) · 12.9 KB
/
lilac_hf_space.yml
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
# Accelerate signals, embeddings, and clustering on Lilac Garden.
use_garden: true
datasets:
- name: Capybara
namespace: lilac
source:
dataset_name: LDJnr/Capybara
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversation
- '*'
- input
- - conversation
- '*'
- output
embeddings:
- embedding: gte-small
path:
- conversation
- '*'
- input
- embedding: gte-small
path:
- conversation
- '*'
- output
- name: glaive-code-assistant
namespace: lilac
source:
dataset_name: glaiveai/glaive-code-assistant
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- question
- answer
# TODO(nsthorat): Run the map for answer_formatted here and reupload. This is from the
# blog post about curating a coding dataset.
# - - answer_formatted
# - answer
embeddings:
- embedding: gte-small
path:
- question
- embedding: gte-small
path:
- answer
- name: glaive-function-calling-v2
namespace: lilac
source:
dataset_name: lilacai/glaive-function-calling-v2-sharegpt
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
- value
embeddings:
- embedding: gte-small
path:
- conversations
- '*'
- value
- name: open-assistant-conversations-2
namespace: lilac
settings:
tags: [datasets]
ui:
media_paths:
- text
source:
source_name: huggingface
dataset_name: OpenAssistant/oasst2
embeddings:
- embedding: gte-small
path:
- text
- name: lmsys-chat-1m
namespace: lilac
settings:
tags: [logs]
ui:
media_paths:
- - conversation
- '*'
- content
source:
source_name: huggingface
dataset_name: lmsys/lmsys-chat-1m
embeddings:
- embedding: gte-small
path:
- conversation
- '*'
- content
- name: OpenOrca
namespace: lilac
settings:
tags: [datasets]
ui:
media_paths:
- question
- response
preferred_embedding: 'gte-small'
source:
source_name: huggingface
dataset_name: Open-Orca/OpenOrca
embeddings:
- embedding: gte-small
path:
- question
- namespace: lilac
name: OpenHermes-2.5
source:
dataset_name: teknium/OpenHermes-2.5
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
- value
- namespace: lilac
name: SlimOrca
source:
dataset_name: Open-Orca/SlimOrca
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
- value
embeddings:
- embedding: gte-small
path:
- conversations
- '*'
- value
- namespace: lilac
name: UltraChat-200k
source:
dataset_name: HuggingFaceH4/ultrachat_200k
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - messages
- '*'
- content
embeddings:
- embedding: gte-small
path:
- messages
- '*'
- content
- namespace: lilac
name: roblox_luau_corpus
source:
dataset_name: Roblox/luau_corpus
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- prompt
- completion
embeddings:
- embedding: gte-small
path:
- prompt
- embedding: gte-small
path:
- completion
- namespace: lilac
name: hncomments-1m
source:
dataset_name: OpenPipe/hacker-news
sample_size: 1000000
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- text
embeddings:
- embedding: gte-small
path:
- text
## Eval datasets
- namespace: lilac
name: MMLU
source:
dataset_name: cais/mmlu
config_name: all
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- - choices
- '*'
- answer
- namespace: lilac
name: ARC-Easy
source:
dataset_name: allenai/ai2_arc
config_name: ARC-Easy
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- - choices
- text
- '*'
- answerKey
- namespace: lilac
name: ARC-Challenge
source:
dataset_name: allenai/ai2_arc
config_name: ARC-Challenge
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- - choices
- text
- '*'
- answerKey
- namespace: lilac
name: HellaSwag
source:
dataset_name: Rowan/hellaswag
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- ctx
- ctx_a
- ctx_b
- - endings
- '*'
- namespace: lilac
name: HumanEval
source:
dataset_name: openai_humaneval
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- prompt
- canonical_solution
- test
- namespace: lilac
name: mbpp
source:
dataset_name: mbpp
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- code
- text
- namespace: lilac
name: TruthfulQA-MultipleChoice
source:
dataset_name: truthful_qa
config_name: multiple_choice
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- - mc1_targets
- choices
- '*'
- - mc2_targets
- choices
- '*'
- namespace: lilac
name: TruthfulQA-Generation
source:
dataset_name: truthful_qa
config_name: generation
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- - correct_answers
- '*'
- - incorrect_answers
- '*'
- source
- namespace: lilac
name: GSM8K-main
source:
dataset_name: gsm8k
config_name: main
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- answer
- namespace: lilac
name: GSM8K-socratic
source:
dataset_name: gsm8k
config_name: socratic
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- question
- answer
- namespace: lilac
name: WinoGrande
source:
dataset_name: winogrande
config_name: winogrande_xl
source_name: huggingface
settings:
tags: [eval]
ui:
media_paths:
- sentence
- option1
- option2
- answer
- name: databricks-dolly-15k-curated-en
namespace: lilac
settings:
tags: [datasets]
ui:
media_paths:
- original-instruction
- original-context
- original-response
- - new-instruction
- value
- '*'
- - new-context
- value
- '*'
- - new-response
- value
- '*'
source:
dataset_name: argilla/databricks-dolly-15k-curated-en
source_name: huggingface
embeddings:
- embedding: gte-small
path:
- original-instruction
- embedding: gte-small
path:
- original-context
- embedding: gte-small
path:
- original-response
# NOTE: This dataset is used in a blog post soon to come out, so do not delete it unless it has
# found another home.
- namespace: lilac
name: mosaic-instruct-v3
source:
dataset_name: mosaicml/instruct-v3
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- prompt
- response
embeddings:
- embedding: gte-small
path:
- prompt
# NOTE: This dataset is used in a blog post soon to come out, so do not delete it unless it has
# found another home.
- namespace: lilac
name: GAIR-lima
source:
dataset_name: GAIR/lima
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
markdown_paths: []
embeddings:
- embedding: gte-small
path:
- conversations
- '*'
- namespace: lilac
name: dolphin
source:
dataset_name: cognitivecomputations/dolphin
config_name: flan1m-alpaca-uncensored
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- instruction
- input
- output
embeddings:
- embedding: gte-small
path:
- instruction
signals:
- signal_name: text_statistics
- signal_name: lang_detection
# NOTE: This is currently bugging.
# - signal_name: concept_score
# namespace: lilac
# concept_name: profanity
# embedding: gte-small
clusters:
- dataset_namespace: lilac
dataset_name: Capybara
input_path:
- conversation
- '*'
- input
- dataset_namespace: lilac
dataset_name: glaive-code-assistant
input_path:
- question
- dataset_namespace: lilac
dataset_name: glaive-function-calling-v2
input_selector:
format: sharegpt
selector: human
output_path:
- conversation_clusters
- dataset_namespace: lilac
dataset_name: open-assistant-conversations-2
input_path:
- text
- dataset_namespace: lilac
dataset_name: lmsys-chat-1m
input_selector:
format: openai_conversation_json
selector: user
output_path:
- conversation__clusters
- dataset_namespace: lilac
dataset_name: OpenOrca
input_path:
- question
- dataset_namespace: lilac
dataset_name: OpenHermes-2.5
input_selector:
format: sharegpt
selector: human
output_path:
- conversations__clusters
- dataset_namespace: lilac
dataset_name: SlimOrca
input_selector:
format: sharegpt
selector: human
output_path:
- conversation__clusters
- dataset_namespace: lilac
dataset_name: databricks-dolly-15k-curated-en
input_path:
- original-instruction
- dataset_namespace: lilac
dataset_name: mosaic-instruct-v3
input_path:
- prompt
- dataset_namespace: lilac
dataset_name: GAIR-lima
input_path:
- conversations
- '*'
- dataset_namespace: lilac
dataset_name: dolphin
input_path:
- input
- dataset_namespace: lilac
dataset_name: UltraChat-200k
input_selector:
format: openai_json
selector: user
output_path:
- messages__clusters
- dataset_namespace: lilac
dataset_name: hncomments-1m
input_path:
- text
# NOTE: We cluster both prompt and completion because the roblox prompts are just small sections
# of code which are not extremely descriptive.
- dataset_namespace: lilac
dataset_name: roblox_luau_corpus
input_path:
- prompt
- dataset_namespace: lilac
dataset_name: roblox_luau_corpus
input_path:
- completion
## Eval datasets
- dataset_namespace: lilac
dataset_name: MMLU
input_path:
- question
- dataset_namespace: lilac
dataset_name: ARC-Easy
input_path:
- question
- dataset_namespace: lilac
dataset_name: ARC-Challenge
input_path:
- question
- dataset_namespace: lilac
dataset_name: HellaSwag
input_path:
- ctx
- dataset_namespace: lilac
dataset_name: HumanEval
input_path:
- prompt
- dataset_namespace: lilac
dataset_name: mbpp
input_path:
- text
- dataset_namespace: lilac
dataset_name: TruthfulQA-Generation
input_path:
- question
- dataset_namespace: lilac
dataset_name: TruthfulQA-MultipleChoice
input_path:
- question
- dataset_namespace: lilac
dataset_name: GSM8K-main
input_path:
- question
- dataset_namespace: lilac
dataset_name: GSM8K-socratic
input_path:
- question
- dataset_namespace: lilac
dataset_name: WinoGrande
input_path:
- sentence
concept_model_cache_embeddings:
- gte-small
- gte-base
- sbert
- openai
- cohere