rmanluo commited on
Commit
2dda0d2
1 Parent(s): e916bdd

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: 993540472
31
+ num_examples: 2826
32
+ - name: validation
33
+ num_bytes: 84009553
34
+ num_examples: 246
35
+ - name: test
36
+ num_bytes: 580788090
37
+ num_examples: 1628
38
+ download_size: 518205557
39
+ dataset_size: 1658338115
40
+ ---
41
+ # Dataset Card for "RoG-webqsp"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)