Datasets:

Sub-tasks:
parsing
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
acd7546
1 Parent(s): ccbb5a4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -19,6 +19,33 @@ task_categories:
19
  - token-classification
20
  task_ids:
21
  - parsing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for SEDE
 
19
  - token-classification
20
  task_ids:
21
  - parsing
22
+ dataset_info:
23
+ features:
24
+ - name: QuerySetId
25
+ dtype: uint32
26
+ - name: Title
27
+ dtype: string
28
+ - name: Description
29
+ dtype: string
30
+ - name: QueryBody
31
+ dtype: string
32
+ - name: CreationDate
33
+ dtype: string
34
+ - name: validated
35
+ dtype: bool
36
+ config_name: sede
37
+ splits:
38
+ - name: test
39
+ num_bytes: 386599
40
+ num_examples: 857
41
+ - name: train
42
+ num_bytes: 4410584
43
+ num_examples: 10309
44
+ - name: validation
45
+ num_bytes: 380942
46
+ num_examples: 857
47
+ download_size: 6318959
48
+ dataset_size: 5178125
49
  ---
50
 
51
  # Dataset Card for SEDE