mascIT commited on
Commit
19171d2
1 Parent(s): f546459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ widget:
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,
 
14
 
15
  ---
16
 
17
+ **bert-tiny-ita-lemma-classification** is a text-classification model (based on [bert-tiny-ita](https://huggingface.co/mascIT/bert-tiny-ita)) which has been finetuned for a lemma classification task, using a private dataset of high quality dictionary data.
18
 
19
+ It can classify an italian lemma in the following classes:
20
  - 'AGG': 0,
21
  - 'VERBO_INTRANSITIVO': 1,
22
  - 'VERBO_TRANSITIVO': 2,