rooftopcoder commited on
Commit
df98ede
1 Parent(s): 6159d07

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: context
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answers
11
+ struct:
12
+ - name: answer_start
13
+ sequence: int64
14
+ - name: text
15
+ sequence: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 187243501
19
+ num_examples: 108647
20
+ - name: test
21
+ num_bytes: 13255826
22
+ num_examples: 7983
23
+ - name: validation
24
+ num_bytes: 13255826
25
+ num_examples: 7983
26
+ download_size: 17359756
27
+ dataset_size: 213755153
28
+ ---
29
+ # Dataset Card for "coqa-squad-1.0-fixed"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)