Commit
·
daf8cb6
1
Parent(s):
e8a9cb9
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,4 +42,16 @@ nlp("Hal-hal baik akan datang.")
|
|
| 42 |
## Disclaimer
|
| 43 |
Do consider the biases which come from both the pre-trained RoBERTa model and the `EmoT` dataset that may be carried over into the results of this model.
|
| 44 |
## Author
|
| 45 |
-
Indonesian RoBERTa Base Emotion Classifier was trained and evaluated by [Steven Limcorn](https://github.com/stevenlimcorn). All computation and development are done on Google Colaboratory using their free GPU access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Disclaimer
|
| 43 |
Do consider the biases which come from both the pre-trained RoBERTa model and the `EmoT` dataset that may be carried over into the results of this model.
|
| 44 |
## Author
|
| 45 |
+
Indonesian RoBERTa Base Emotion Classifier was trained and evaluated by [Steven Limcorn](https://github.com/stevenlimcorn). All computation and development are done on Google Colaboratory using their free GPU access.
|
| 46 |
+
|
| 47 |
+
If used, please cite
|
| 48 |
+
```bibtex
|
| 49 |
+
@misc {steven_limcorn_2023,
|
| 50 |
+
author = { {Steven Limcorn} },
|
| 51 |
+
title = { indonesian-roberta-base-emotion-classifier (Revision e8a9cb9) },
|
| 52 |
+
year = 2023,
|
| 53 |
+
url = { https://huggingface.co/StevenLimcorn/indonesian-roberta-base-emotion-classifier },
|
| 54 |
+
doi = { 10.57967/hf/0681 },
|
| 55 |
+
publisher = { Hugging Face }
|
| 56 |
+
}
|
| 57 |
+
```
|