Create README.md
Browse files
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 |
+
---
|