Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,10 @@ widget:
|
|
12 |
|
13 |
Italian Sarcasm Detector is a text classification model built to detect sarcasm from news article titles. It is fine-tuned on dbmdz/bert-base-italian-uncased and the training data consists of scraped data from Italian non-sarcastic newspaper (Il Giornale) and sarcastic newspaper (Lercio).
|
14 |
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
|
18 |
## Training Data
|
|
|
12 |
|
13 |
Italian Sarcasm Detector is a text classification model built to detect sarcasm from news article titles. It is fine-tuned on dbmdz/bert-base-italian-uncased and the training data consists of scraped data from Italian non-sarcastic newspaper (Il Giornale) and sarcastic newspaper (Lercio).
|
14 |
|
15 |
+
|
16 |
+
<b>Labels</b>:
|
17 |
+
0 -> Not Sarcastic;
|
18 |
+
1 -> Sarcastic
|
19 |
|
20 |
|
21 |
## Training Data
|