indolem commited on
Commit
0dba919
1 Parent(s): d045660

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ ```