Update README.md
Browse files
README.md
CHANGED
|
@@ -101,4 +101,17 @@ NusaBERT Base is developed with love by:
|
|
| 101 |
<a href="https://github.com/w11wo">
|
| 102 |
<img src="https://github.com/w11wo.png" alt="GitHub Profile" style="border-radius: 50%;width: 64px;margin:0 4px;">
|
| 103 |
</a>
|
| 104 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
<a href="https://github.com/w11wo">
|
| 102 |
<img src="https://github.com/w11wo.png" alt="GitHub Profile" style="border-radius: 50%;width: 64px;margin:0 4px;">
|
| 103 |
</a>
|
| 104 |
+
</div>
|
| 105 |
+
|
| 106 |
+
## Citation
|
| 107 |
+
|
| 108 |
+
```bib
|
| 109 |
+
@misc{wongso2024nusabert,
|
| 110 |
+
title={NusaBERT: Teaching IndoBERT to be Multilingual and Multicultural},
|
| 111 |
+
author={Wilson Wongso and David Samuel Setiawan and Steven Limcorn and Ananto Joyoadikusumo},
|
| 112 |
+
year={2024},
|
| 113 |
+
eprint={2403.01817},
|
| 114 |
+
archivePrefix={arXiv},
|
| 115 |
+
primaryClass={cs.CL}
|
| 116 |
+
}
|
| 117 |
+
```
|