w11wo commited on
Commit
7b9c46c
1 Parent(s): 9edf2fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -77,3 +77,19 @@ Major thanks to Pierre Guillou for sharing his work, which did not only enable m
77
 
78
  ## Author
79
  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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  ## Author
79
  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.
80
+
81
+ ## Citation
82
+
83
+ If you use any of our models in your research, please cite:
84
+
85
+ ```bib
86
+ @inproceedings{wongso2021causal,
87
+ title={Causal and Masked Language Modeling of Javanese Language using Transformer-based Architectures},
88
+ author={Wongso, Wilson and Setiawan, David Samuel and Suhartono, Derwin},
89
+ booktitle={2021 International Conference on Advanced Computer Science and Information Systems (ICACSIS)},
90
+ pages={1--7},
91
+ year={2021},
92
+ organization={IEEE}
93
+ }
94
+ ```
95
+