Chu0113 commited on
Commit
bbb0b94
·
1 Parent(s): c9e6414

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: data_index_by_user
5
+ dtype: int32
6
+ - name: article
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: options
13
+ sequence: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 191129599
17
+ num_examples: 87866
18
+ - name: validation
19
+ num_bytes: 10507580
20
+ num_examples: 4887
21
+ - name: test
22
+ num_bytes: 10668488
23
+ num_examples: 4934
24
+ download_size: 46954865
25
+ dataset_size: 212305667
26
+ ---
27
+ # Dataset Card for "test"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)