mascIT commited on
Commit
f546459
1 Parent(s): 598f0fd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ pipeline_tag: text-classification
5
+ library_name: transformers
6
+ widget:
7
+ - example_title: "Esempio 1"
8
+ text: "colore"
9
+ - example_title: "Esempio 2"
10
+ text: "rosso"
11
+ - example_title: "Esempio 3"
12
+ text: "piuttosto"
13
+
14
+
15
+ ---
16
+
17
+ This model (based on [bert-tiny-ita](https://huggingface.co/mascIT/bert-tiny-ita)) has been finetuned for a lemma classification task, using high quality dictionary data.
18
+
19
+ Labels:
20
+ - 'AGG': 0,
21
+ - 'VERBO_INTRANSITIVO': 1,
22
+ - 'VERBO_TRANSITIVO': 2,
23
+ - 'SOST_MASCHILE': 3,
24
+ - 'SOST_FEMMINILE': 4,
25
+ - 'AVVERBIO': 5,
26
+ - 'AGG_SOSTANTIVATO': 6
27
+
28
+ The project is still a work in progress, new versions will come with time.
29
+
30
+ # Training
31
+
32
+ - epochs: 5
33
+ - lr: 1e-4
34
+ - optim: AdamW
35
+ - weight_decay: 1e-2
36
+
37
+ # Eval
38
+