File size: 1,428 Bytes
5b7868e
 
96de038
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b7868e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96de038
 
 
 
 
 
5b7868e
 
 
 
 
 
 
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
---
dataset_info:
- config_name: commonsenseqa-format
  features:
  - name: q_id
    dtype: int64
  - name: question
    dtype: string
  - name: choices
    struct:
    - name: label
      sequence: string
    - name: text
      sequence: string
  - name: answerKey
    dtype: string
  splits:
  - name: train
    num_bytes: 1451999
    num_examples: 8939
  - name: test
    num_bytes: 181863
    num_examples: 1119
  download_size: 767534
  dataset_size: 1633862
- config_name: default
  features:
  - name: q_id
    dtype: int64
  - name: question
    dtype: large_string
  - name: choice0
    dtype: large_string
  - name: choice1
    dtype: large_string
  - name: choice2
    dtype: large_string
  - name: choice3
    dtype: large_string
  - name: choice4
    dtype: large_string
  - name: label
    dtype:
      class_label:
        names:
          '0': choice0
          '1': choice1
          '2': choice2
          '3': choice3
          '4': choice4
  splits:
  - name: train
    num_bytes: 1398365
    num_examples: 8939
  - name: test
    num_bytes: 175149
    num_examples: 1119
  download_size: 888312
  dataset_size: 1573514
configs:
- config_name: commonsenseqa-format
  data_files:
  - split: train
    path: commonsenseqa-format/train-*
  - split: test
    path: commonsenseqa-format/test-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---