File size: 555 Bytes
c2d08ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---

language: 
  - it
tags:
- Text Classification
datasets:
- TAG-IT

---

Write an italian sentence with one of the following prefixes:
* "Classifica Età: " to get an age classification of the sentence;
* "Classifica Argomento: " to get a topic classification of the sentence;
* "Classifica Genere: " to get a gender classification of the sentence;  


The dataset used for the task is: [TAG-IT](https://sites.google.com/view/tag-it-2020/).  

The model is a fine tuned version of [IT5-base](https://huggingface.co/gsarti/it5-base) of Sarti and Nissim.