Update README.md
Browse files
README.md
CHANGED
@@ -131,3 +131,15 @@ model = AutoModel.from_pretrained("indolem/indobertweet-base-uncased")
|
|
131 |
<td><b>86.5</b></td>
|
132 |
</tr>
|
133 |
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
<td><b>86.5</b></td>
|
132 |
</tr>
|
133 |
</table>
|
134 |
+
|
135 |
+
## Citation
|
136 |
+
If you use our work, please cite:
|
137 |
+
|
138 |
+
```bibtex
|
139 |
+
@inproceedings{koto2021indobertweet,
|
140 |
+
title={IndoBERTweet: A Pretrained Language Model for Indonesian Twitter with Effective Domain-Specific Vocabulary Initialization},
|
141 |
+
author={Fajri Koto and Jey Han Lau and Timothy Baldwin},
|
142 |
+
booktitle={Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP 2021)},
|
143 |
+
year={2021}
|
144 |
+
}
|
145 |
+
```
|