minh21 commited on
Commit
898824d
1 Parent(s): 82bb4b3

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
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: title
14
+ dtype: string
15
+ - name: id
16
+ dtype: int64
17
+ - name: question
18
+ dtype: string
19
+ - name: answer_text
20
+ dtype: string
21
+ - name: answer_start
22
+ dtype: int64
23
+ - name: context
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1176326
28
+ num_examples: 884
29
+ - name: test
30
+ num_bytes: 122341
31
+ num_examples: 109
32
+ - name: validation
33
+ num_bytes: 136762
34
+ num_examples: 104
35
+ download_size: 200983
36
+ dataset_size: 1435429
37
+ ---
38
+ # Dataset Card for "cpgQA-v1.0-unique-context-test-10-percent-validation-10-percent"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)