File size: 712 Bytes
061e4fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f41d9dd
 
79aa517
 
 
 
 
061e4fd
 
 
 
 
 
 
79aa517
 
061e4fd
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
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: passage
    dtype: string
  - name: original_question
    dtype: string
  - name: question
    dtype: string
  - name: choices
    list: string
  - name: misaligned_choice
    dtype: int64
  - name: topics
    list: string
  splits:
  - name: train
    num_bytes: 3407670
    num_examples: 2671
  - name: fewshot
    num_bytes: 1342
    num_examples: 9
  - name: think
    num_bytes: 6379
    num_examples: 5
  download_size: 1681067
  dataset_size: 3415391
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: fewshot
    path: data/fewshot-*
  - split: think
    path: data/think-*
---