Update files from the datasets library (from 1.3.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.3.0
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- en
|
| 4 |
-
task:
|
| 5 |
-
- text-classification
|
| 6 |
-
purpose:
|
| 7 |
-
- NLI
|
| 8 |
-
size:
|
| 9 |
-
- ">100k"
|
| 10 |
-
language producers:
|
| 11 |
- crowdsourced
|
| 12 |
-
|
| 13 |
- crowdsourced
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
licenses:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
# Dataset Card for SNLI
|
| 19 |
|
|
@@ -105,7 +109,7 @@ Feature | Mean Token Count
|
|
| 105 |
Premise | 14.1
|
| 106 |
Hypothesis | 8.3
|
| 107 |
|
| 108 |
-
In the Hugging Face distribution of the dataset, the _label_ has 4 possible values, _0_, _1_, _2_, _-
|
| 109 |
|
| 110 |
### Span indices
|
| 111 |
|
|
@@ -140,3 +144,7 @@ The language reflects the content of the photos collected from Flickr, as descri
|
|
| 140 |
|
| 141 |
## Licensing information
|
| 142 |
The Stanford Natural Language Inference Corpus is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- crowdsourced
|
| 4 |
+
language_creators:
|
| 5 |
- crowdsourced
|
| 6 |
+
languages:
|
| 7 |
+
- en
|
| 8 |
+
licenses:
|
| 9 |
+
- cc-by-4-0
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
source_datasets:
|
| 15 |
+
- extended|other-flicker-30k
|
| 16 |
+
- extended|other-visual-genome
|
| 17 |
+
task_categories:
|
| 18 |
+
- text-classification
|
| 19 |
+
task_ids:
|
| 20 |
+
- natural-language-inference
|
| 21 |
---
|
| 22 |
# Dataset Card for SNLI
|
| 23 |
|
|
|
|
| 109 |
Premise | 14.1
|
| 110 |
Hypothesis | 8.3
|
| 111 |
|
| 112 |
+
In the Hugging Face distribution of the dataset, the _label_ has 4 possible values, _0_, _1_, _2_, _-1_. which correspond to _entailment_, _neutral_, _contradiction_, and _no label_ respectively. The dataset was developed so that the first three values would be evenly distributed across the splits. See the Annotation Process section for details on _no label_.
|
| 113 |
|
| 114 |
### Span indices
|
| 115 |
|
|
|
|
| 144 |
|
| 145 |
## Licensing information
|
| 146 |
The Stanford Natural Language Inference Corpus is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
|
| 147 |
+
|
| 148 |
+
### Contributions
|
| 149 |
+
|
| 150 |
+
Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|