leondz commited on
Commit
6284ee6
1 Parent(s): 76aff73

Tidy up license metadata for google_wellformed_query, newspop, sick (#4378)

Browse files

* normalise three licenses to be lowercase and include a minor version number as standard

* add missing language_creators tag according to source paper (ACL P13-1158)

* :|

* Specify google_wellformed_quer dataset name in card title

* Add data instance example to google_wellformed_query

Commit from https://github.com/huggingface/datasets/commit/e54ca80dfeabd8337ca99b9cd7b3155d9b0b0489

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -14,12 +14,14 @@ source_datasets:
14
  size_categories:
15
  - 10K<n<100K
16
  licenses:
17
- - CC-BY-SA-4.0
18
  paperswithcode_id: null
19
  pretty_name: GoogleWellformedQuery
 
 
20
  ---
21
 
22
- # Dataset Card Creation Guide
23
 
24
  ## Table of Contents
25
  - [Dataset Description](#dataset-description)
@@ -69,7 +71,9 @@ English
69
 
70
  ### Data Instances
71
 
72
- [More Information Needed]
 
 
73
 
74
  ### Data Fields
75
 
 
14
  size_categories:
15
  - 10K<n<100K
16
  licenses:
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
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
 
71
 
72
  ### Data Instances
73
 
74
+ ```
75
+ {'rating': 0.2, 'content': 'The European Union includes how many ?'}
76
+ ```
77
 
78
  ### Data Fields
79