Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Commit
·
c49f9e7
1
Parent(s):
91dd728
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,33 @@ language:
|
|
7 |
pretty_name: CNN News Article from 20211 to 2022
|
8 |
size_categories:
|
9 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
7 |
pretty_name: CNN News Article from 20211 to 2022
|
8 |
size_categories:
|
9 |
- n<1K
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: text
|
13 |
+
dtype: string
|
14 |
+
- name: label
|
15 |
+
dtype:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': business
|
19 |
+
'1': entertainment
|
20 |
+
'2': health
|
21 |
+
'3': news
|
22 |
+
'4': politics
|
23 |
+
'5': sport
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_examples: 32218
|
27 |
+
- name: test
|
28 |
+
num_examples: 5686
|
29 |
+
train-eval-index:
|
30 |
+
- config: default
|
31 |
+
task: text-classification
|
32 |
+
task_id: multi_class_classification
|
33 |
+
splits:
|
34 |
+
train_split: train
|
35 |
+
eval_split: test
|
36 |
+
col_mapping:
|
37 |
+
text: text
|
38 |
+
label: target
|
39 |
---
|