Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
You're absolutely right — label flipping is **critical** here since the base model you fine-tuned uses a **non-standard label mapping** (`0 = Positive`, `2 = Negative`). Here's the **updated and corrected** model card with:
|
2 |
|
3 |
* 🔁 Clear warning about label flipping
|
@@ -164,4 +212,4 @@ Created by
|
|
164 |
|
165 |
For collaborations or questions, feel free to reach out via Hugging Face or GitHub.
|
166 |
|
167 |
-
---
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- indonesian
|
4 |
+
- sentiment-analysis
|
5 |
+
- finance
|
6 |
+
- financial-sentiment
|
7 |
+
- indo-roberta
|
8 |
+
- transformers
|
9 |
+
- fine-tuned
|
10 |
+
- huggingface
|
11 |
+
- ihsg
|
12 |
+
- stock-market
|
13 |
+
- nlp
|
14 |
+
- indonesian-roberta-base-financial-sentiment-classifier
|
15 |
+
language:
|
16 |
+
- id
|
17 |
+
datasets:
|
18 |
+
- intanm/indonesian-financial-sentiment-analysis
|
19 |
+
metrics:
|
20 |
+
- accuracy
|
21 |
+
- f1
|
22 |
+
- precision
|
23 |
+
- recall
|
24 |
+
model-index:
|
25 |
+
- name: finetuned-indo-roBERTa-financial-sentiment
|
26 |
+
results:
|
27 |
+
- task:
|
28 |
+
type: text-classification
|
29 |
+
name: Text Classification (Sentiment Analysis)
|
30 |
+
dataset:
|
31 |
+
name: indonesian-financial-sentiment
|
32 |
+
type: intanm/indonesian-financial-sentiment-analysis
|
33 |
+
metrics:
|
34 |
+
- name: Accuracy
|
35 |
+
type: accuracy
|
36 |
+
value: 0.9749
|
37 |
+
- name: F1
|
38 |
+
type: f1
|
39 |
+
value: 0.9749
|
40 |
+
- name: Precision
|
41 |
+
type: precision
|
42 |
+
value: 0.9749
|
43 |
+
- name: Recall
|
44 |
+
type: recall
|
45 |
+
value: 0.9749
|
46 |
+
license: mit
|
47 |
+
---
|
48 |
+
|
49 |
You're absolutely right — label flipping is **critical** here since the base model you fine-tuned uses a **non-standard label mapping** (`0 = Positive`, `2 = Negative`). Here's the **updated and corrected** model card with:
|
50 |
|
51 |
* 🔁 Clear warning about label flipping
|
|
|
212 |
|
213 |
For collaborations or questions, feel free to reach out via Hugging Face or GitHub.
|
214 |
|
215 |
+
---
|