glecorve commited on
Commit
c20c07f
·
1 Parent(s): 0d6b675

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -1,7 +1,46 @@
1
  ---
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for SimpleQuestions-SPARQLtoText
7
-
 
1
  ---
2
  language:
3
  - en
4
+ dataset_info:
5
+ features:
6
+ - name: original_nl_question
7
+ dtype: string
8
+ - name: recased_nl_question
9
+ dtype: string
10
+ - name: sparql_query
11
+ dtype: string
12
+ - name: verbalized_sparql_query
13
+ dtype: string
14
+ - name: nl_subject
15
+ dtype: string
16
+ - name: nl_property
17
+ dtype: string
18
+ - name: nl_object
19
+ dtype: string
20
+ - name: nl_answer
21
+ dtype: string
22
+ - name: rdf_subject
23
+ dtype: string
24
+ - name: rdf_property
25
+ dtype: string
26
+ - name: rdf_object
27
+ dtype: string
28
+ - name: rdf_answer
29
+ dtype: string
30
+ - name: rdf_target
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 11403929
35
+ num_examples: 34374
36
+ - name: validation
37
+ num_bytes: 1614051
38
+ num_examples: 4867
39
+ - name: test
40
+ num_bytes: 3304281
41
+ num_examples: 9961
42
+ download_size: 7595264
43
+ dataset_size: 16322261
44
  ---
45
 
46
  # Dataset Card for SimpleQuestions-SPARQLtoText