finiteautomata commited on
Commit
495e076
1 Parent(s): 06ed9a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Irony detection in English
2
  ## bertweet-irony
3
 
@@ -5,7 +15,7 @@ Repository: [https://github.com/pysentimiento/pysentimiento/](https://github.com
5
 
6
 
7
 
8
- Model trained with IRosVA 2019 dataset for irony detection. Base model is [BERTweet], a RoBERTa model trained in English tweets.
9
 
10
  The positive class marks irony, the negative class marks not ironic content.
11
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: pysentimiento
5
+
6
+ tags:
7
+ - twitter
8
+ - irony
9
+
10
+
11
  # Irony detection in English
12
  ## bertweet-irony
13
 
 
15
 
16
 
17
 
18
+ Model trained with SemEval 2018 dataset Task 3 (Van Hee et all, 2018) for irony detection. Base model is [BERTweet], a RoBERTa model trained in English tweets.
19
 
20
  The positive class marks irony, the negative class marks not ironic content.
21