mgrella commited on
Commit
08b7a61
1 Parent(s): 3d59fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -5,3 +5,29 @@ language:
5
  tags:
6
  - text-classification
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - text-classification
7
  ---
8
+
9
+ # bert-italian-uncased-iptc-headlines
10
+
11
+ This a bert-base-italian-uncased model fine-tuned for news headlines classification in Italian.
12
+
13
+ It predicts the top-level category of the [IPTC subject taxonomy](https://cv.iptc.org/newscodes/subjectcode):
14
+
15
+ | Class | English label |
16
+ | -------- | ----------------- |
17
+ | 01000000 | Arts, Culture & Entertainment |
18
+ | 02000000 | Crime, Law & Justice |
19
+ | 03000000 | Disasters & Accidents |
20
+ | 04000000 | Economy, Business & Finance |
21
+ | 05000000 | Education |
22
+ | 06000000 | Environmental Issues |
23
+ | 07000000 | Health |
24
+ | 08000000 | Human Interest |
25
+ | 09000000 | Labour |
26
+ | 10000000 | Lifestyle & Leisure |
27
+ | 11000000 | Politics |
28
+ | 12000000 | Religion & Belief |
29
+ | 13000000 | Science & Technology |
30
+ | 14000000 | Social Issues |
31
+ | 15000000 | Sport |
32
+ | 16000000 | Unrest, Conflicts & War |
33
+ | 17000000 | Weather |