Update README.md
Browse files
README.md
CHANGED
@@ -210,10 +210,16 @@ label_map = {
|
|
210 |
print(f"Predicted sentiment: {label_map[predicted_label]}")
|
211 |
```
|
212 |
|
|
|
|
|
|
|
|
|
213 |
---
|
214 |
|
215 |
## 📌 Citation
|
216 |
-
|
|
|
|
|
217 |
title = {IndoRoBERTa for Indonesian Financial Sentiment Classification},
|
218 |
author = {Khoirul Ihsan},
|
219 |
howpublished = {\url{https://huggingface.co/ihsan31415/indo-roBERTa-financial-sentiment}},
|
@@ -221,7 +227,7 @@ print(f"Predicted sentiment: {label_map[predicted_label]}")
|
|
221 |
note = {Fine-tuned from w11wo/indonesian-roberta-base-sentiment-classifier using augmented financial news data from intanm/indonesian-financial-sentiment-analysis and various synthetic generation methods (Gemini, GPT-2, Roberta masking).},
|
222 |
publisher = {Hugging Face}
|
223 |
}
|
224 |
-
|
225 |
---
|
226 |
|
227 |
## 📬 Contact
|
|
|
210 |
print(f"Predicted sentiment: {label_map[predicted_label]}")
|
211 |
```
|
212 |
|
213 |
+
## Author
|
214 |
+
|
215 |
+
this indonesian RoBERTa base financial CLassifier was trained and evaluated by Khoirul Ihsan using Google colab GPU T4.
|
216 |
+
|
217 |
---
|
218 |
|
219 |
## 📌 Citation
|
220 |
+
|
221 |
+
```bibtex
|
222 |
+
@misc{khoirul_ihsan_2025,
|
223 |
title = {IndoRoBERTa for Indonesian Financial Sentiment Classification},
|
224 |
author = {Khoirul Ihsan},
|
225 |
howpublished = {\url{https://huggingface.co/ihsan31415/indo-roBERTa-financial-sentiment}},
|
|
|
227 |
note = {Fine-tuned from w11wo/indonesian-roberta-base-sentiment-classifier using augmented financial news data from intanm/indonesian-financial-sentiment-analysis and various synthetic generation methods (Gemini, GPT-2, Roberta masking).},
|
228 |
publisher = {Hugging Face}
|
229 |
}
|
230 |
+
```
|
231 |
---
|
232 |
|
233 |
## 📬 Contact
|