sorenmulli commited on
Commit
58fc82d
1 Parent(s): bd6a137

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,8 +4,6 @@ dataset_info:
4
  features:
5
  - name: question
6
  dtype: string
7
- - name: index
8
- dtype: int64
9
  - name: option-A
10
  dtype: string
11
  - name: option-B
@@ -16,6 +14,8 @@ dataset_info:
16
  dtype: string
17
  - name: origin
18
  dtype: string
 
 
19
  splits:
20
  - name: train
21
  num_bytes: 103270.0
 
4
  features:
5
  - name: question
6
  dtype: string
 
 
7
  - name: option-A
8
  dtype: string
9
  - name: option-B
 
14
  dtype: string
15
  - name: origin
16
  dtype: string
17
+ - name: index
18
+ dtype: int64
19
  splits:
20
  - name: train
21
  num_bytes: 103270.0