Zaid commited on
Commit
e416299
·
1 Parent(s): a1e95d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: title
10
+ dtype: string
11
+ - name: context
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: answer
16
+ dtype: string
17
+ - name: answer_start
18
+ dtype: int64
19
+ - name: is_impossible
20
+ dtype: bool
21
+ - name: count
22
+ dtype: int64
23
+ - name: ID
24
+ dtype: string
25
+ - name: answers
26
+ struct:
27
+ - name: answer_start
28
+ sequence: int64
29
+ - name: text
30
+ sequence: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 14944089
34
+ num_examples: 1504
35
+ download_size: 106212
36
+ dataset_size: 14944089
37
+ ---
38
+ # Dataset Card for "CGSQuAD"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)