Added README
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
+
|
5 |
+
tags:
|
6 |
+
- masked-lm
|
7 |
+
---
|
8 |
+
|
9 |
+
# PolitiBETO: A Spanish BERT adapted to a language domain of Political Tweets
|
10 |
+
|
11 |
+
PolitiBETO is a [BERT model](https://github.com/google-research/bert) tailored for political tasks in social media corpora. It is a Domain Adaptation on top of [BETO](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased), a pretrained BERT in Spanish.
|
12 |
+
This model is meant to be fine-tuned for downstream tasks.
|