system HF staff commited on
Commit
d541b66
1 Parent(s): 4a3fa55

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/kakaobrain/KorNLUDatasets](https://github.com/kakaobrain/KorNLUDatasets)
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:** 158.72 MB
38
  - **Total amount of disk used:** 279.21 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Korean Natural Language Inference datasets
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
  #### multi_nli
59
 
@@ -88,7 +88,7 @@ An example of 'validation' looks as follows.
88
 
89
  ```
90
 
91
- ### [Data Fields](#data-fields)
92
 
93
  The data fields are the same among all splits.
94
 
@@ -107,7 +107,7 @@ The data fields are the same among all splits.
107
  - `hypothesis`: a `string` feature.
108
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
109
 
110
- ### [Data Splits Sample Size](#data-splits-sample-size)
111
 
112
  #### multi_nli
113
 
@@ -127,49 +127,49 @@ The data fields are the same among all splits.
127
  |----|---------:|---:|
128
  |xnli| 2490|5010|
129
 
130
- ## [Dataset Creation](#dataset-creation)
131
 
132
- ### [Curation Rationale](#curation-rationale)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Source Data](#source-data)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Annotations](#annotations)
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
149
 
150
- ### [Social Impact of Dataset](#social-impact-of-dataset)
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
- ### [Discussion of Biases](#discussion-of-biases)
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
- ### [Other Known Limitations](#other-known-limitations)
159
 
160
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
 
162
- ## [Additional Information](#additional-information)
163
 
164
- ### [Dataset Curators](#dataset-curators)
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
- ### [Licensing Information](#licensing-information)
169
 
170
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
 
172
- ### [Citation Information](#citation-information)
173
 
174
  ```
175
  @article{ham2020kornli,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/kakaobrain/KorNLUDatasets](https://github.com/kakaobrain/KorNLUDatasets)
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:** 158.72 MB
38
  - **Total amount of disk used:** 279.21 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Korean Natural Language Inference datasets
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
  #### multi_nli
59
 
 
88
 
89
  ```
90
 
91
+ ### Data Fields
92
 
93
  The data fields are the same among all splits.
94
 
 
107
  - `hypothesis`: a `string` feature.
108
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
109
 
110
+ ### Data Splits Sample Size
111
 
112
  #### multi_nli
113
 
 
127
  |----|---------:|---:|
128
  |xnli| 2490|5010|
129
 
130
+ ## Dataset Creation
131
 
132
+ ### Curation Rationale
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Source Data
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Annotations
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
+ ### Personal and Sensitive Information
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
+ ## Considerations for Using the Data
149
 
150
+ ### Social Impact of Dataset
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
+ ### Discussion of Biases
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
+ ### Other Known Limitations
159
 
160
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
161
 
162
+ ## Additional Information
163
 
164
+ ### Dataset Curators
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
+ ### Licensing Information
169
 
170
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
171
 
172
+ ### Citation Information
173
 
174
  ```
175
  @article{ham2020kornli,