w11wo commited on
Commit
7b2437c
1 Parent(s): 2ee8951

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
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 DistilBERT 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 DistilBERT 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
+ ```