trtd56 commited on
Commit
454637e
1 Parent(s): 94fd196

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: qid
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answer_candidates
9
+ sequence: string
10
+ - name: correct_answer_index
11
+ dtype: int64
12
+ - name: input_ids
13
+ sequence:
14
+ sequence: int32
15
+ - name: token_type_ids
16
+ sequence:
17
+ sequence: int8
18
+ - name: attention_mask
19
+ sequence:
20
+ sequence: int8
21
+ splits:
22
+ - name: train
23
+ num_bytes: 80377569
24
+ num_examples: 13061
25
+ - name: validation
26
+ num_bytes: 6438977
27
+ num_examples: 995
28
+ - name: test
29
+ num_bytes: 6443893
30
+ num_examples: 997
31
+ download_size: 16067303
32
+ dataset_size: 93260439
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: train
37
+ path: data/train-*
38
+ - split: validation
39
+ path: data/validation-*
40
+ - split: test
41
+ path: data/test-*
42
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:522b037521beaf499aadc314f303611362d0890f219ddb1c72c6b69d4adabf49
3
+ size 1072911
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a94262fb7c60640deda828f389bfc10828b4ab731b5a16a592a79eb49916342
3
+ size 13930171
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9572fa1bcae96329f4c852e4f41bc5873530f1960d3b8182be1a4c5238461d9
3
+ size 1064221