minghuiliu commited on
Commit
3ccfee8
·
verified ·
1 Parent(s): a434a86

Upload dataset

Browse files
Files changed (2) hide show
  1. 2wikimqa/test-00000-of-00001.parquet +3 -0
  2. README.md +32 -0
2wikimqa/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d49ca33dad092e0a23211d21f18f751c8f46baf89425d80cc4ff65f83d63ea
3
+ size 3591678
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 2wikimqa
4
+ features:
5
+ - name: input
6
+ dtype: string
7
+ - name: context
8
+ dtype: string
9
+ - name: answers
10
+ list: string
11
+ - name: length
12
+ dtype: int64
13
+ - name: dataset
14
+ dtype: string
15
+ - name: language
16
+ dtype: string
17
+ - name: all_classes
18
+ dtype: 'null'
19
+ - name: _id
20
+ dtype: string
21
+ splits:
22
+ - name: test
23
+ num_bytes: 5982972
24
+ num_examples: 200
25
+ download_size: 3591678
26
+ dataset_size: 5982972
27
+ configs:
28
+ - config_name: 2wikimqa
29
+ data_files:
30
+ - split: test
31
+ path: 2wikimqa/test-*
32
+ ---