Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
@@ -13,7 +58,6 @@ size_categories:
|
|
13 |
- 1K<n<10K
|
14 |
- 10K<n<100K
|
15 |
- 100K<n<1M
|
16 |
-
|
17 |
dataset_info:
|
18 |
- config_name: twenty_newsgroups
|
19 |
features:
|
@@ -82,7 +126,6 @@ dataset_info:
|
|
82 |
num_examples: 2974
|
83 |
- name: validation
|
84 |
num_examples: 2033
|
85 |
-
|
86 |
configs:
|
87 |
- config_name: twenty_newsgroups
|
88 |
data_files:
|
@@ -135,7 +178,6 @@ Load a specific dataset configuration like this:
|
|
135 |
|
136 |
```python
|
137 |
from datasets import load_dataset
|
138 |
-
|
139 |
# Example for loading the TREC dataset
|
140 |
dataset = load_dataset("MothMalone/data-preprocessing-automl-benchmarks", "trec")
|
141 |
```
|
@@ -167,7 +209,6 @@ Below are the details for each dataset configuration available in this repositor
|
|
167 |
- Training Samples: 1358
|
168 |
- Validation Samples: 453
|
169 |
- Test Samples: 453
|
170 |
-
|
171 |
### MASSIVE
|
172 |
- Description:
|
173 |
- Data Quality Issue: N/A
|
|
|
1 |
+
|
2 |
+
Hugging Face's logo Hugging Face
|
3 |
+
|
4 |
+
Models
|
5 |
+
Datasets
|
6 |
+
Spaces
|
7 |
+
Docs
|
8 |
+
Pricing
|
9 |
+
|
10 |
+
Datasets:
|
11 |
+
MothMalone
|
12 |
+
/
|
13 |
+
data-preprocessing-automl-benchmarks
|
14 |
+
Tasks:
|
15 |
+
Text Classification
|
16 |
+
Languages:
|
17 |
+
English
|
18 |
+
Size:
|
19 |
+
n<1K
|
20 |
+
Tags:
|
21 |
+
data-preprocessing
|
22 |
+
automl
|
23 |
+
benchmarks
|
24 |
+
License:
|
25 |
+
Dataset card
|
26 |
+
Files
|
27 |
+
xet
|
28 |
+
Community
|
29 |
+
1
|
30 |
+
Settings
|
31 |
+
data-preprocessing-automl-benchmarks
|
32 |
+
/ README.md
|
33 |
+
MothMalone's picture
|
34 |
+
MothMalone
|
35 |
+
Update README.md
|
36 |
+
39e36bf
|
37 |
+
verified
|
38 |
+
19 minutes ago
|
39 |
+
preview
|
40 |
+
code
|
41 |
+
|
|
42 |
+
raw
|
43 |
+
history
|
44 |
+
blame
|
45 |
+
3.72 kB
|
46 |
---
|
47 |
license: apache-2.0
|
48 |
task_categories:
|
|
|
58 |
- 1K<n<10K
|
59 |
- 10K<n<100K
|
60 |
- 100K<n<1M
|
|
|
61 |
dataset_info:
|
62 |
- config_name: twenty_newsgroups
|
63 |
features:
|
|
|
126 |
num_examples: 2974
|
127 |
- name: validation
|
128 |
num_examples: 2033
|
|
|
129 |
configs:
|
130 |
- config_name: twenty_newsgroups
|
131 |
data_files:
|
|
|
178 |
|
179 |
```python
|
180 |
from datasets import load_dataset
|
|
|
181 |
# Example for loading the TREC dataset
|
182 |
dataset = load_dataset("MothMalone/data-preprocessing-automl-benchmarks", "trec")
|
183 |
```
|
|
|
209 |
- Training Samples: 1358
|
210 |
- Validation Samples: 453
|
211 |
- Test Samples: 453
|
|
|
212 |
### MASSIVE
|
213 |
- Description:
|
214 |
- Data Quality Issue: N/A
|