system HF staff commited on
Commit
7485e6a
1 Parent(s): a3e210c

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +22 -14
README.md CHANGED
@@ -1,19 +1,23 @@
1
  ---
2
- language:
3
- - en
4
- task:
5
- - text-classification
6
- purpose:
7
- - NLI
8
- size:
9
- - ">100k"
10
- language producers:
11
  - crowdsourced
12
- annotation:
13
  - crowdsourced
14
- tags:
15
- - extended-from-other-datasets
16
- licenses: "CC BY-SA 4-0"
 
 
 
 
 
 
 
 
 
 
 
 
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_, _-_. 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_.
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.