Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
artursz commited on
Commit
d114b4f
·
verified ·
1 Parent(s): 6542571

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ - split: val
11
+ path: data/val-*
12
+ dataset_info:
13
+ features:
14
+ - name: context
15
+ dtype: string
16
+ - name: question
17
+ dtype: string
18
+ - name: choices
19
+ list: string
20
+ - name: label
21
+ dtype: int64
22
+ - name: id
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 55178
27
+ num_examples: 400
28
+ - name: test
29
+ num_bytes: 67432
30
+ num_examples: 500
31
+ - name: val
32
+ num_bytes: 14042
33
+ num_examples: 100
34
+ download_size: 88365
35
+ dataset_size: 136652
36
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090fff5c0c449cb08f043a9dc5861e8f4db3cad8904a3264657fc7e3643bdae0
3
+ size 41556
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744215ef6904ace37707e3207617083d4e1b7e6474882dfd387d0402efecbbc7
3
+ size 34792
data/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6f87e99a56af3aa16b38f93226eaf8a449f2e8e1efe572104af046c954f891
3
+ size 12017