Pehy commited on
Commit
abccd19
1 Parent(s): cc019ca

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: context
8
+ dtype: string
9
+ - name: question
10
+ dtype: string
11
+ - name: answers
12
+ struct:
13
+ - name: answer_start
14
+ sequence: int64
15
+ - name: text
16
+ sequence: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 5953867
20
+ num_examples: 6250
21
+ - name: validation
22
+ num_bytes: 545782
23
+ num_examples: 570
24
+ - name: test
25
+ num_bytes: 798336
26
+ num_examples: 843
27
+ download_size: 5150389
28
+ dataset_size: 7297985
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: validation
35
+ path: data/validation-*
36
+ - split: test
37
+ path: data/test-*
38
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86f40a9134f467c9fc443b0e9a2eb6b578861f0eb288c81a986e8f2b1ce804f0
3
+ size 566514
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e8e70fae14b9fcffbc45368fd9aa807af8e72ab23b51646bccc7930fd3e9aa0
3
+ size 4194215
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecbc4f492f963bddadb4eb2bc13c541c6dfebd190c50e0d6792a9165f1f6c33c
3
+ size 389660