yangwang825
commited on
Commit
•
ee38f3a
1
Parent(s):
b92c300
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,22 @@ task_categories:
|
|
3 |
- text-classification
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
`yangwang825/reuters-21578` is an 8-class subset of the Reuters 21578 news dataset.
|
|
|
3 |
- text-classification
|
4 |
language:
|
5 |
- en
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': acq
|
15 |
+
'1': crude
|
16 |
+
'2': earn
|
17 |
+
'3': grain
|
18 |
+
'4': interest
|
19 |
+
'5': money-fx
|
20 |
+
'6': ship
|
21 |
+
'7': trade
|
22 |
---
|
23 |
|
24 |
`yangwang825/reuters-21578` is an 8-class subset of the Reuters 21578 news dataset.
|