helinivan commited on
Commit
96790fc
·
1 Parent(s): c5f6ad4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- ## Metrics:
 
 
 
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