mpapucci commited on
Commit
c2d08ec
1 Parent(s): 8a894de

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - it
5
+ tags:
6
+ - T5
7
+ - Text Classification
8
+ datasets:
9
+ - TAG-IT
10
+
11
+ ---
12
+
13
+ Write an italian sentence with one of the following prefixes:
14
+ * "Classifica Età: " to get an age classification of the sentence;
15
+ * "Classifica Argomento: " to get a topic classification of the sentence;
16
+ * "Classifica Genere: " to get a gender classification of the sentence;
17
+
18
+
19
+ The dataset used for the task is: [TAG-IT](https://sites.google.com/view/tag-it-2020/).
20
+
21
+ The model is a fine tuned version of [IT5-base](https://huggingface.co/gsarti/it5-base) of Sarti and Nissim.