File size: 1,222 Bytes
d55e6fd
 
b619d2c
d55e6fd
 
 
 
 
 
 
 
 
dd5188e
 
 
 
 
 
 
 
 
 
 
 
d55e6fd
 
dd5188e
 
 
 
b619d2c
 
 
 
 
 
 
 
039f84e
 
 
 
 
 
 
 
 
 
 
 
b619d2c
 
039f84e
b619d2c
039f84e
 
d55e6fd
 
 
 
 
b619d2c
 
 
 
 
 
d55e6fd
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
---
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
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
    - name: thinking
      dtype: string
  - name: reasoning
    dtype: string
  - name: choice
    dtype: string
  splits:
  - name: ood
    num_bytes: 9798
    num_examples: 1
  download_size: 44244
  dataset_size: 9798
- config_name: mfrc
  features:
  - name: text
    dtype: string
  - name: row_id
    dtype: string
  - name: ground_truth
    dtype: string
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
    - name: thinking
      dtype: string
  - name: reasoning
    dtype: string
  - name: annotation
    dtype: string
  splits:
  - name: val
    num_bytes: 11460
    num_examples: 1
  download_size: 23904
  dataset_size: 11460
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-*
---