Marcio Monteiro
commited on
Commit
·
d2f40c4
1
Parent(s):
ac7b414
fix: revert README
Browse files
README.md
CHANGED
@@ -4,49 +4,18 @@ language:
|
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
|
7 |
-
|
8 |
- config_name: original
|
9 |
-
|
10 |
-
-
|
11 |
-
dtype: string
|
12 |
-
- name: url
|
13 |
-
dtype: string
|
14 |
-
- name: title
|
15 |
-
dtype: string
|
16 |
-
- name: image
|
17 |
-
dtype: string
|
18 |
-
- name: category
|
19 |
-
dtype: string
|
20 |
-
- name: description
|
21 |
-
dtype: string
|
22 |
-
- name: rank
|
23 |
-
dtype: int32
|
24 |
-
- name: pubdate
|
25 |
-
dtype: string
|
26 |
-
- name: text
|
27 |
-
dtype: string
|
28 |
-
- name: label
|
29 |
-
dtype:
|
30 |
-
class_label:
|
31 |
-
names:
|
32 |
-
'0': Business
|
33 |
-
'1': Entertainment
|
34 |
-
'2': Europe
|
35 |
-
'3': Health
|
36 |
-
'4': Italia
|
37 |
-
'5': Music Feeds
|
38 |
-
'6': Sci/Tech
|
39 |
-
'7': Software and Developement
|
40 |
-
'8': Sports
|
41 |
-
'9': Toons
|
42 |
-
'10': Top News
|
43 |
-
'11': Top Stories
|
44 |
-
'12': U.S.
|
45 |
-
'13': World
|
46 |
-
splits:
|
47 |
-
- name: complete
|
48 |
path: "data/original.csv"
|
|
|
49 |
- config_name: top4-balanced
|
|
|
|
|
|
|
|
|
|
|
50 |
features:
|
51 |
- name: source
|
52 |
dtype: string
|
@@ -84,6 +53,4 @@ dataset_info:
|
|
84 |
'11': Top Stories
|
85 |
'12': U.S.
|
86 |
'13': World
|
87 |
-
|
88 |
-
- name: complete
|
89 |
-
path: "data/top4-balanced.csv"
|
|
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
|
7 |
+
configs:
|
8 |
- config_name: original
|
9 |
+
data_files:
|
10 |
+
- split: complete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
path: "data/original.csv"
|
12 |
+
default: true
|
13 |
- config_name: top4-balanced
|
14 |
+
data_files:
|
15 |
+
- split: complete
|
16 |
+
path: "data/top4-balanced.csv"
|
17 |
+
|
18 |
+
dataset_info:
|
19 |
features:
|
20 |
- name: source
|
21 |
dtype: string
|
|
|
53 |
'11': Top Stories
|
54 |
'12': U.S.
|
55 |
'13': World
|
56 |
+
---
|
|
|
|