Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,20 @@ widget:
|
|
23 |
example_title: "Neutral Sentiment"
|
24 |
model-index:
|
25 |
- name: finbert-tone-finetuned-fintwitter-classification
|
26 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,11 +46,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [yiyanghkust/finbert-tone](https://huggingface.co/yiyanghkust/finbert-tone) on [Twitter Financial News](https://huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment) dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 1.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
-
- Precision: 0.
|
40 |
-
- Recall: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
23 |
example_title: "Neutral Sentiment"
|
24 |
model-index:
|
25 |
- name: finbert-tone-finetuned-fintwitter-classification
|
26 |
+
results:
|
27 |
+
- task:
|
28 |
+
name: Text Classification
|
29 |
+
type: text-classification
|
30 |
+
dataset:
|
31 |
+
name: twitter-financial-news-sentiment
|
32 |
+
type: finance
|
33 |
+
metrics:
|
34 |
+
- type: F1
|
35 |
+
name: F1
|
36 |
+
value: 0.8838
|
37 |
+
- type: accuracy
|
38 |
+
name: accuracy
|
39 |
+
value: 0.8840
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
46 |
|
47 |
This model is a fine-tuned version of [yiyanghkust/finbert-tone](https://huggingface.co/yiyanghkust/finbert-tone) on [Twitter Financial News](https://huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment) dataset.
|
48 |
It achieves the following results on the evaluation set:
|
49 |
+
- Loss: 1.4078
|
50 |
+
- Accuracy: 0.8840
|
51 |
+
- F1: 0.8838
|
52 |
+
- Precision: 0.8838
|
53 |
+
- Recall: 0.8840
|
54 |
|
55 |
## Model description
|
56 |
|