Update README.md
Browse files
README.md
CHANGED
@@ -164,8 +164,26 @@ dataset = load_dataset("MothMalone/data-preprocessing-automl-benchmarks", "trec"
|
|
164 |
|
165 |
Below are the details for each dataset configuration available in this repository.
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
### banking77
|
168 |
-
- Description:
|
169 |
- Data Quality Issue: N/A
|
170 |
- Classes: 77
|
171 |
- Training Samples: 7502
|
@@ -173,7 +191,7 @@ Below are the details for each dataset configuration available in this repositor
|
|
173 |
- Test Samples: 3080
|
174 |
|
175 |
### trec
|
176 |
-
- Description:
|
177 |
- Data Quality Issue: N/A
|
178 |
- Classes: 6
|
179 |
- Training Samples: 4089
|
@@ -181,14 +199,15 @@ Below are the details for each dataset configuration available in this repositor
|
|
181 |
- Test Samples: 500
|
182 |
|
183 |
### financial_phrasebank
|
184 |
-
- Description:
|
185 |
- Data Quality Issue: N/A
|
186 |
- Classes: 3
|
187 |
- Training Samples: 1358
|
188 |
- Validation Samples: 453
|
189 |
- Test Samples: 453
|
|
|
190 |
### MASSIVE
|
191 |
-
- Description:
|
192 |
- Data Quality Issue: N/A
|
193 |
- Classes: 60
|
194 |
- Training Samples: 11514
|
|
|
164 |
|
165 |
Below are the details for each dataset configuration available in this repository.
|
166 |
|
167 |
+
Of course. Here are the completed descriptions for your dataset card.
|
168 |
+
|
169 |
+
### imdb
|
170 |
+
- Description: A large movie review dataset for binary sentiment classification, containing 25,000 highly polarized movie reviews for training and 25,000 for testing.
|
171 |
+
- Data Quality Issue: N/A
|
172 |
+
- Classes: 2
|
173 |
+
- Training Samples: 18750
|
174 |
+
- Validation Samples: 6250
|
175 |
+
- Test Samples: 25000
|
176 |
+
|
177 |
+
### twenty_newsgroups
|
178 |
+
- Description: A collection of approximately 20,000 newsgroup documents, partitioned evenly across 20 different newsgroups, making it a classic benchmark for text classification.
|
179 |
+
- Data Quality Issue: N/A
|
180 |
+
- Classes: 20
|
181 |
+
- Training Samples: 8485
|
182 |
+
- Validation Samples: 2829
|
183 |
+
- Test Samples: 7532
|
184 |
+
|
185 |
### banking77
|
186 |
+
- Description: A fine-grained dataset of 13,083 customer service queries from the banking domain, annotated with 77 distinct intents.
|
187 |
- Data Quality Issue: N/A
|
188 |
- Classes: 77
|
189 |
- Training Samples: 7502
|
|
|
191 |
- Test Samples: 3080
|
192 |
|
193 |
### trec
|
194 |
+
- Description: The Text REtrieval Conference (TREC) question classification dataset, containing questions categorized by their answer type (e.g., Person, Location, Number).
|
195 |
- Data Quality Issue: N/A
|
196 |
- Classes: 6
|
197 |
- Training Samples: 4089
|
|
|
199 |
- Test Samples: 500
|
200 |
|
201 |
### financial_phrasebank
|
202 |
+
- Description: A collection of sentences from English financial news, annotated for sentiment (positive, negative, or neutral) by financial experts.
|
203 |
- Data Quality Issue: N/A
|
204 |
- Classes: 3
|
205 |
- Training Samples: 1358
|
206 |
- Validation Samples: 453
|
207 |
- Test Samples: 453
|
208 |
+
-
|
209 |
### MASSIVE
|
210 |
+
- Description: A multilingual dataset of 1 million utterances for intent classification and slot filling, covering 52 languages. The en-US configuration is used here.
|
211 |
- Data Quality Issue: N/A
|
212 |
- Classes: 60
|
213 |
- Training Samples: 11514
|