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