Update README.md
Browse files
README.md
CHANGED
|
@@ -60,3 +60,18 @@ Do consider the biases which come from both the pre-trained RoBERTa model and th
|
|
| 60 |
## Author
|
| 61 |
|
| 62 |
Indonesian RoBERTa Base Sentiment 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Author
|
| 61 |
|
| 62 |
Indonesian RoBERTa Base Sentiment 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.
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
If used, please cite the following:
|
| 67 |
+
|
| 68 |
+
```bibtex
|
| 69 |
+
@misc {wilson_wongso_2023,
|
| 70 |
+
author = { {Wilson Wongso} },
|
| 71 |
+
title = { indonesian-roberta-base-sentiment-classifier (Revision e402e46) },
|
| 72 |
+
year = 2023,
|
| 73 |
+
url = { https://huggingface.co/w11wo/indonesian-roberta-base-sentiment-classifier },
|
| 74 |
+
doi = { 10.57967/hf/0644 },
|
| 75 |
+
publisher = { Hugging Face }
|
| 76 |
+
}
|
| 77 |
+
```
|