erhwenkuo commited on
Commit
68d963a
1 Parent(s): 6c3a7ac

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: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: context
16
+ dtype: string
17
+ - name: question
18
+ dtype: string
19
+ - name: answers
20
+ sequence:
21
+ - name: text
22
+ dtype: string
23
+ - name: answer_start
24
+ dtype: int32
25
+ splits:
26
+ - name: train
27
+ num_bytes: 14839890
28
+ num_examples: 10142
29
+ - name: validation
30
+ num_bytes: 4976411
31
+ num_examples: 3219
32
+ - name: test
33
+ num_bytes: 1534360
34
+ num_examples: 1002
35
+ download_size: 4781898
36
+ dataset_size: 21350661
37
+ ---
38
+ # Dataset Card for "squad-cmrc2018-zhtw"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)