ihsan31415 commited on
Commit
062905b
ยท
verified ยท
1 Parent(s): f446e19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
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
- If you use this model in your research or application, please cite or link to this model card.
 
 
 
 
 
 
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