velvrix commited on
Commit
775e373
·
1 Parent(s): b459e5e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ roberta-base model is fine tuned on news article abstracts and headlines.
2
+
3
+ Respective labels and thier categories
4
+
5
+ {21: 'U.S. NEWS',
6
+ 2: 'COMEDY',
7
+ 14: 'PARENTING',
8
+ 26: 'WORLD NEWS',
9
+ 0: 'ARTS & CULTURE',
10
+ 17: 'SCIENCE & TECH',
11
+ 18: 'SPORTS',
12
+ 6: 'ENTERTAINMENT',
13
+ 15: 'POLITICS',
14
+ 23: 'WEIRD NEWS',
15
+ 7: 'ENVIRONMENT',
16
+ 5: 'EDUCATION',
17
+ 3: 'CRIME',
18
+ 24: 'WELLNESS',
19
+ 1: 'BUSINESS & FINANCES',
20
+ 19: 'STYLE & BEAUTY',
21
+ 8: 'FOOD & DRINK',
22
+ 12: 'MEDIA',
23
+ 9: 'GROUPS VOICES',
24
+ 10: 'HOME & LIVING',
25
+ 25: 'WOMEN',
26
+ 20: 'TRAVEL',
27
+ 16: 'RELIGION',
28
+ 11: 'IMPACT',
29
+ 22: 'WEDDINGS',
30
+ 13: 'MISCELLANEOUS',
31
+ 4: 'DIVORCE'}