Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
00d0656
1 Parent(s): 1055d6e

Fix license information in qasc dataset card (#4951)

Browse files

Fix license in qasc dataset card

Commit from https://github.com/huggingface/datasets/commit/0249cd8f94bb5fed13954dd5bb5ab6ea29dbcbf0

Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -6,7 +6,7 @@ language:
6
  language_creators:
7
  - found
8
  license:
9
- - unknown
10
  multilinguality:
11
  - monolingual
12
  pretty_name: Question Answering via Sentence Composition (QASC)
@@ -173,7 +173,7 @@ The data fields are the same among all splits.
173
 
174
  ### Licensing Information
175
 
176
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
177
 
178
  ### Citation Information
179
 
@@ -184,10 +184,8 @@ The data fields are the same among all splits.
184
  journal = {arXiv:1910.11473v2},
185
  year = {2020},
186
  }
187
-
188
  ```
189
 
190
-
191
  ### Contributions
192
 
193
- Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
6
  language_creators:
7
  - found
8
  license:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
  pretty_name: Question Answering via Sentence Composition (QASC)
 
173
 
174
  ### Licensing Information
175
 
176
+ The dataset is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
177
 
178
  ### Citation Information
179
 
 
184
  journal = {arXiv:1910.11473v2},
185
  year = {2020},
186
  }
 
187
  ```
188
 
 
189
  ### Contributions
190
 
191
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.