albertvillanova HF staff commited on
Commit
d2ac159
1 Parent(s): ad59487

Add configs.leaderboard_arc_challenge

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -483,6 +483,60 @@ dataset_info:
483
  sequence: string
484
  - name: configs
485
  struct:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  - name: leaderboard_bbh_boolean_expressions
487
  struct:
488
  - name: task
 
483
  sequence: string
484
  - name: configs
485
  struct:
486
+ - name: leaderboard_arc_challenge
487
+ struct:
488
+ - name: task
489
+ dtype: string
490
+ - name: group
491
+ sequence: string
492
+ - name: dataset_path
493
+ dtype: string
494
+ - name: dataset_name
495
+ dtype: string
496
+ - name: training_split
497
+ dtype: string
498
+ - name: validation_split
499
+ dtype: string
500
+ - name: test_split
501
+ dtype: string
502
+ - name: doc_to_text
503
+ dtype: string
504
+ - name: doc_to_target
505
+ dtype: string
506
+ - name: doc_to_choice
507
+ dtype: string
508
+ - name: description
509
+ dtype: string
510
+ - name: target_delimiter
511
+ dtype: string
512
+ - name: fewshot_delimiter
513
+ dtype: string
514
+ - name: fewshot_config
515
+ struct:
516
+ - name: sampler
517
+ dtype: string
518
+ - name: num_fewshot
519
+ dtype: int64
520
+ - name: metric_list
521
+ list:
522
+ - name: metric
523
+ dtype: string
524
+ - name: aggregation
525
+ dtype: string
526
+ - name: higher_is_better
527
+ dtype: bool
528
+ - name: output_type
529
+ dtype: string
530
+ - name: repeats
531
+ dtype: int64
532
+ - name: should_decontaminate
533
+ dtype: bool
534
+ - name: doc_to_decontamination_query
535
+ dtype: string
536
+ - name: metadata
537
+ struct:
538
+ - name: version
539
+ dtype: float64
540
  - name: leaderboard_bbh_boolean_expressions
541
  struct:
542
  - name: task