dtomas commited on
Commit
f77a6a7
1 Parent(s): 1483a22

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RoBERTa base finetuned for Spanish irony detection
2
+
3
+ ## Model description
4
+
5
+ Model to perform irony detection in Spanish. This is a finetuned version of the [RoBERTa-base-bne model](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on the [IroSvA](https://www.autoritas.net/IroSvA2019/) corpus.
6
+
7
+ ---
8
+ language:
9
+ - es
10
+ tags:
11
+ - Text Classification
12
+ - PyTorch
13
+ - Irony Detection
14
+ ---