File size: 825 Bytes
c2d681d
 
9d5ae96
c2d681d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d5ae96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c2d681d
 
 
 
 
9d5ae96
 
 
 
 
 
c2d681d
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
---
dataset_info:
- config_name: arc_challenge
  features:
  - name: question
    dtype: string
  - name: choices
    dtype: string
  - name: row_id
    dtype: string
  - name: ground_truth
    dtype: string
  splits:
  - name: ood
    num_bytes: 785
    num_examples: 2
  download_size: 4064
  dataset_size: 785
- config_name: mfrc
  features:
  - name: text
    dtype: string
  - name: row_id
    dtype: string
  - name: ground_truth
    dtype: string
  splits:
  - name: train
    num_bytes: 569
    num_examples: 2
  - name: val
    num_bytes: 182
    num_examples: 1
  download_size: 5333
  dataset_size: 751
configs:
- config_name: arc_challenge
  data_files:
  - split: ood
    path: arc_challenge/ood-*
- config_name: mfrc
  data_files:
  - split: train
    path: mfrc/train-*
  - split: val
    path: mfrc/val-*
---