w11wo commited on
Commit
5393d48
1 Parent(s): 539868d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -60,4 +60,19 @@ output = model(**encoded_input)
60
  Do remember that although the dataset originated from Wikipedia, the model may not always generate factual texts. Additionally, the biases which came from the Wikipedia articles may be carried over into the results of this model.
61
 
62
  ## Author
63
- Javanese DistilBERT 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 remember that although the dataset originated from Wikipedia, the model may not always generate factual texts. Additionally, the biases which came from the Wikipedia articles may be carried over into the results of this model.
61
 
62
  ## Author
63
+ Javanese DistilBERT 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
+ ```