Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ license: mit
|
|
50 |
|
51 |
# ๐ฎ๐ฉ IndoRoBERTa for Indonesian Financial Sentiment Classification
|
52 |
|
53 |
-
This is a fine-tuned version of [`w11wo/indonesian-roberta-base-sentiment-classifier`](https://huggingface.co/w11wo/indonesian-roberta-base-sentiment-classifier), specialized for **Indonesian financial news sentiment classification
|
54 |
|
55 |
---
|
56 |
|
@@ -213,8 +213,14 @@ print(f"Predicted sentiment: {label_map[predicted_label]}")
|
|
213 |
---
|
214 |
|
215 |
## ๐ Citation
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
|
219 |
---
|
220 |
|
|
|
50 |
|
51 |
# ๐ฎ๐ฉ IndoRoBERTa for Indonesian Financial Sentiment Classification
|
52 |
|
53 |
+
This is a fine-tuned version of [`w11wo/indonesian-roberta-base-sentiment-classifier`](https://huggingface.co/w11wo/indonesian-roberta-base-sentiment-classifier), specialized for **Indonesian financial news sentiment classification** since i cant find any financial sentiment models for indonesian market, i decided to make my self.
|
54 |
|
55 |
---
|
56 |
|
|
|
213 |
---
|
214 |
|
215 |
## ๐ Citation
|
216 |
+
@misc{ihsan2025indo_financial_sentiment,
|
217 |
+
title = {IndoRoBERTa for Indonesian Financial Sentiment Classification},
|
218 |
+
author = {Khoirul Ihsan},
|
219 |
+
howpublished = {\url{https://huggingface.co/ihsan31415/indo-roBERTa-financial-sentiment}},
|
220 |
+
year = {2025},
|
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 |
|