system HF staff commited on
Commit
4c495b6
1 Parent(s): 7bd4d2b

Update files from the datasets library (from 1.7.0)

Browse files

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

Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  ---
3
 
4
  # Dataset Card for "xnli"
@@ -6,12 +7,12 @@
6
  ## Table of Contents
7
  - [Dataset Description](#dataset-description)
8
  - [Dataset Summary](#dataset-summary)
9
- - [Supported Tasks](#supported-tasks)
10
  - [Languages](#languages)
11
  - [Dataset Structure](#dataset-structure)
12
  - [Data Instances](#data-instances)
13
  - [Data Fields](#data-fields)
14
- - [Data Splits Sample Size](#data-splits-sample-size)
15
  - [Dataset Creation](#dataset-creation)
16
  - [Curation Rationale](#curation-rationale)
17
  - [Source Data](#source-data)
@@ -45,7 +46,7 @@ to predict textual entailment (does sentence A imply/contradict/neither sentence
45
  B) and is a classification task (given two sentences, predict one of three
46
  labels).
47
 
48
- ### Supported Tasks
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
@@ -171,7 +172,7 @@ The data fields are the same among all splits.
171
  - `hypothesis`: a `string` feature.
172
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
173
 
174
- ### Data Splits Sample Size
175
 
176
  | name |train |validation|test|
177
  |-------------|-----:|---------:|---:|
@@ -189,10 +190,22 @@ The data fields are the same among all splits.
189
 
190
  ### Source Data
191
 
 
 
 
 
 
 
192
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
193
 
194
  ### Annotations
195
 
 
 
 
 
 
 
196
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
 
198
  ### Personal and Sensitive Information
 
1
  ---
2
+ paperswithcode_id: xnli
3
  ---
4
 
5
  # Dataset Card for "xnli"
 
7
  ## Table of Contents
8
  - [Dataset Description](#dataset-description)
9
  - [Dataset Summary](#dataset-summary)
10
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
11
  - [Languages](#languages)
12
  - [Dataset Structure](#dataset-structure)
13
  - [Data Instances](#data-instances)
14
  - [Data Fields](#data-fields)
15
+ - [Data Splits](#data-splits)
16
  - [Dataset Creation](#dataset-creation)
17
  - [Curation Rationale](#curation-rationale)
18
  - [Source Data](#source-data)
 
46
  B) and is a classification task (given two sentences, predict one of three
47
  labels).
48
 
49
+ ### Supported Tasks and Leaderboards
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
 
172
  - `hypothesis`: a `string` feature.
173
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
174
 
175
+ ### Data Splits
176
 
177
  | name |train |validation|test|
178
  |-------------|-----:|---------:|---:|
 
190
 
191
  ### Source Data
192
 
193
+ #### Initial Data Collection and Normalization
194
+
195
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
196
+
197
+ #### Who are the source language producers?
198
+
199
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
200
 
201
  ### Annotations
202
 
203
+ #### Annotation process
204
+
205
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
206
+
207
+ #### Who are the annotators?
208
+
209
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
210
 
211
  ### Personal and Sensitive Information