Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,19 @@ output = model(**encoded_input)
|
|
60 |
Do consider the biases which came from the IMDB review that may be carried over into the results of this model.
|
61 |
|
62 |
## Author
|
63 |
-
Javanese GPT-2 Small 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
Do consider the biases which came from the IMDB review that may be carried over into the results of this model.
|
61 |
|
62 |
## Author
|
63 |
+
Javanese GPT-2 Small 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.
|
64 |
+
|
65 |
+
## Citation
|
66 |
+
|
67 |
+
If you use any of our models in your research, please cite:
|
68 |
+
|
69 |
+
```bib
|
70 |
+
@inproceedings{wongso2021causal,
|
71 |
+
title={Causal and Masked Language Modeling of Javanese Language using Transformer-based Architectures},
|
72 |
+
author={Wongso, Wilson and Setiawan, David Samuel and Suhartono, Derwin},
|
73 |
+
booktitle={2021 International Conference on Advanced Computer Science and Information Systems (ICACSIS)},
|
74 |
+
pages={1--7},
|
75 |
+
year={2021},
|
76 |
+
organization={IEEE}
|
77 |
+
}
|
78 |
+
```
|