Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,19 @@ nlp("Film sing apik banget!")
|
|
48 |
Do consider the biases which came from the IMDB review that may be carried over into the results of this model.
|
49 |
|
50 |
## Author
|
51 |
-
Javanese RoBERTa Small IMDB Classifier was trained and evaluated by [Wilson Wongso](https://w11wo.github.io/). All computation and development are done on Google Colaboratory using their free GPU access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
Do consider the biases which came from the IMDB review that may be carried over into the results of this model.
|
49 |
|
50 |
## Author
|
51 |
+
Javanese RoBERTa Small IMDB Classifier was trained and evaluated by [Wilson Wongso](https://w11wo.github.io/). All computation and development are done on Google Colaboratory using their free GPU access.
|
52 |
+
|
53 |
+
## Citation
|
54 |
+
|
55 |
+
If you use any of our models in your research, please cite:
|
56 |
+
|
57 |
+
```bib
|
58 |
+
@inproceedings{wongso2021causal,
|
59 |
+
title={Causal and Masked Language Modeling of Javanese Language using Transformer-based Architectures},
|
60 |
+
author={Wongso, Wilson and Setiawan, David Samuel and Suhartono, Derwin},
|
61 |
+
booktitle={2021 International Conference on Advanced Computer Science and Information Systems (ICACSIS)},
|
62 |
+
pages={1--7},
|
63 |
+
year={2021},
|
64 |
+
organization={IEEE}
|
65 |
+
}
|
66 |
+
```
|