Nguyendo1999 commited on
Commit
bf760b5
1 Parent(s): dbcdd7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -3,8 +3,14 @@ dataset_info:
3
  features:
4
  - name: question
5
  dtype: Value
6
- - name: choices
7
- dtype: Array(4,Value)
 
 
 
 
 
 
8
  - name: answer
9
  dtype: Value
10
  ---
 
3
  features:
4
  - name: question
5
  dtype: Value
6
+ - name: choices_1
7
+ dtype: Value
8
+ - name: choices_2
9
+ dtype: Value
10
+ - name: choices_3
11
+ dtype: Value
12
+ - name: choices_4
13
+ dtype: Value
14
  - name: answer
15
  dtype: Value
16
  ---