Datasets:

Sub-tasks:
text-scoring
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
extended
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
cdb93f5
1 Parent(s): ab684d1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -17,8 +17,26 @@ license:
17
  - cc-by-sa-4.0
18
  paperswithcode_id: null
19
  pretty_name: GoogleWellformedQuery
20
- language_creators:
21
  - found
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Google Query-wellformedness Dataset
@@ -159,4 +177,4 @@ Query-wellformedness dataset is licensed under CC BY-SA 4.0. Any third party con
159
 
160
  ### Contributions
161
 
162
- Thanks to [@vasudevgupta7](https://github.com/vasudevgupta7) for adding this dataset.
17
  - cc-by-sa-4.0
18
  paperswithcode_id: null
19
  pretty_name: GoogleWellformedQuery
20
+ language_creators:
21
  - found
22
+ dataset_info:
23
+ features:
24
+ - name: rating
25
+ dtype: float32
26
+ - name: content
27
+ dtype: string
28
+ splits:
29
+ - name: test
30
+ num_bytes: 189503
31
+ num_examples: 3850
32
+ - name: train
33
+ num_bytes: 857391
34
+ num_examples: 17500
35
+ - name: validation
36
+ num_bytes: 184110
37
+ num_examples: 3750
38
+ download_size: 1157019
39
+ dataset_size: 1231004
40
  ---
41
 
42
  # Dataset Card for Google Query-wellformedness Dataset
177
 
178
  ### Contributions
179
 
180
+ Thanks to [@vasudevgupta7](https://github.com/vasudevgupta7) for adding this dataset.