Datasets:

system HF staff commited on
Commit
7549a13
·
1 Parent(s): f6efb3f

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://github.com/boun-tabi/NLI-TR](https://github.com/boun-tabi/NLI-TR)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,23 +37,23 @@
37
  - **Size of the generated dataset:** 146.26 MB
38
  - **Total amount of disk used:** 256.74 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  The Natural Language Inference in Turkish (NLI-TR) is a set of two large scale datasets that were obtained by translating the foundational NLI corpora (SNLI and MNLI) using Amazon Translate.
43
 
44
- ### [Supported Tasks](#supported-tasks)
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
- ### [Languages](#languages)
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
- ## [Dataset Structure](#dataset-structure)
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
- ### [Data Instances](#data-instances)
57
 
58
  #### multinli_tr
59
 
@@ -89,7 +89,7 @@ An example of 'train' looks as follows.
89
  }
90
  ```
91
 
92
- ### [Data Fields](#data-fields)
93
 
94
  The data fields are the same among all splits.
95
 
@@ -105,7 +105,7 @@ The data fields are the same among all splits.
105
  - `hypothesis`: a `string` feature.
106
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
107
 
108
- ### [Data Splits Sample Size](#data-splits-sample-size)
109
 
110
  #### multinli_tr
111
 
@@ -119,49 +119,49 @@ The data fields are the same among all splits.
119
  |-------|-----:|---------:|----:|
120
  |snli_tr|550152| 10000|10000|
121
 
122
- ## [Dataset Creation](#dataset-creation)
123
 
124
- ### [Curation Rationale](#curation-rationale)
125
 
126
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
 
128
- ### [Source Data](#source-data)
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
- ### [Annotations](#annotations)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
141
 
142
- ### [Social Impact of Dataset](#social-impact-of-dataset)
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
- ### [Discussion of Biases](#discussion-of-biases)
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
- ### [Other Known Limitations](#other-known-limitations)
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
- ## [Additional Information](#additional-information)
155
 
156
- ### [Dataset Curators](#dataset-curators)
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
- ### [Licensing Information](#licensing-information)
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
- ### [Citation Information](#citation-information)
165
 
166
  ```
167
  @inproceedings{budur-etal-2020-data,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/boun-tabi/NLI-TR](https://github.com/boun-tabi/NLI-TR)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 146.26 MB
38
  - **Total amount of disk used:** 256.74 MB
39
 
40
+ ### Dataset Summary
41
 
42
  The Natural Language Inference in Turkish (NLI-TR) is a set of two large scale datasets that were obtained by translating the foundational NLI corpora (SNLI and MNLI) using Amazon Translate.
43
 
44
+ ### Supported Tasks
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
+ ### Languages
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ## Dataset Structure
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
+ ### Data Instances
57
 
58
  #### multinli_tr
59
 
 
89
  }
90
  ```
91
 
92
+ ### Data Fields
93
 
94
  The data fields are the same among all splits.
95
 
 
105
  - `hypothesis`: a `string` feature.
106
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
107
 
108
+ ### Data Splits Sample Size
109
 
110
  #### multinli_tr
111
 
 
119
  |-------|-----:|---------:|----:|
120
  |snli_tr|550152| 10000|10000|
121
 
122
+ ## Dataset Creation
123
 
124
+ ### Curation Rationale
125
 
126
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
 
128
+ ### Source Data
129
 
130
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
 
132
+ ### Annotations
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Personal and Sensitive Information
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ## Considerations for Using the Data
141
 
142
+ ### Social Impact of Dataset
143
 
144
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
 
146
+ ### Discussion of Biases
147
 
148
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
 
150
+ ### Other Known Limitations
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
+ ## Additional Information
155
 
156
+ ### Dataset Curators
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
+ ### Licensing Information
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
+ ### Citation Information
165
 
166
  ```
167
  @inproceedings{budur-etal-2020-data,