Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- twitter
|
5 |
+
- masked-token-prediction
|
6 |
+
- bertweet
|
7 |
+
- election2020
|
8 |
+
- politics
|
9 |
+
license: "gpl-3.0"
|
10 |
---
|
11 |
+
|
12 |
+
# This version is trained on a smaller data set.
|
13 |
+
See the full-size version at [PoliBERTweet](https://huggingface.co/kornosk/polibertweet-mlm).
|
14 |
+
|
15 |
+
# Citation
|
16 |
+
```bibtex
|
17 |
+
@inproceedings{kawintiranon2022polibertweet,
|
18 |
+
title = {PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter},
|
19 |
+
author = {Kawintiranon, Kornraphop and Singh, Lisa},
|
20 |
+
booktitle = {Proceedings of the Language Resources and Evaluation Conference},
|
21 |
+
year = {2022},
|
22 |
+
publisher = {European Language Resources Association}
|
23 |
+
}
|
24 |
+
```
|