rmanluo commited on
Commit
b0f6275
1 Parent(s): 881e8bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: question
16
+ dtype: string
17
+ - name: answer
18
+ sequence: string
19
+ - name: q_entity
20
+ sequence: string
21
+ - name: a_entity
22
+ sequence: string
23
+ - name: graph
24
+ sequence:
25
+ sequence: string
26
+ - name: choices
27
+ sequence: 'null'
28
+ splits:
29
+ - name: train
30
+ num_bytes: 8890766478
31
+ num_examples: 27639
32
+ - name: validation
33
+ num_bytes: 1170336525
34
+ num_examples: 3519
35
+ - name: test
36
+ num_bytes: 1208452620
37
+ num_examples: 3531
38
+ download_size: 1993772283
39
+ dataset_size: 11269555623
40
+ ---
41
+ # Dataset Card for "RoG-cwq"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)