contemmcm commited on
Commit
d5853ed
1 Parent(s): 2e8386e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 10K<n<100K
8
+ dataset_info:
9
+ features:
10
+ - name: text
11
+ dtype: string
12
+ - name: label
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': Business
17
+ '1': Entertainment
18
+ '2': Europe
19
+ '3': Health
20
+ '4': Italia
21
+ '5': Music Feeds
22
+ '6': Sci/Tech
23
+ '7': Software and Developement
24
+ '8': Sports
25
+ '9': Toons
26
+ '10': Top News
27
+ '11': Top Stories
28
+ '12': U.S.
29
+ '13': World
30
+ ---