omriuz commited on
Commit
14f023f
·
verified ·
1 Parent(s): 35c9c46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,4 +1,25 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  language:
4
  - en
 
1
  ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: benchmark.csv
7
+ dataset_info:
8
+ features:
9
+ - name: question_idx
10
+ dtype: int64
11
+ - name: question
12
+ dtype: string
13
+ - name: answer
14
+ dtype: int64
15
+ - name: word
16
+ dtype: string
17
+ - name: character
18
+ dtype: string
19
+ - name: task
20
+ dtype: string
21
+ ---
22
+ ---
23
  license: mit
24
  language:
25
  - en