Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 the prefix "Classifica Genere: " to get a gender classification of the sentence.
|
14 |
+
|
15 |
+
The dataset used for the task is: [TAG-IT](https://sites.google.com/view/tag-it-2020/).
|
16 |
+
|
17 |
+
The model is a fine tuned version of [IT5-base](https://huggingface.co/gsarti/it5-base) of Sarti and Nissim.
|