Update README.md
Browse files
README.md
CHANGED
@@ -7,16 +7,21 @@ metrics:
|
|
7 |
- accuracy
|
8 |
- f1
|
9 |
model-index:
|
10 |
-
- name: financial-twhin-bert-large-3labels-
|
11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
# financial-twhin-bert-large-3labels-
|
18 |
|
19 |
-
This model is a fine-tuned version of [Twitter/twhin-bert-large](https://huggingface.co/Twitter/twhin-bert-large) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.4379
|
22 |
- Accuracy: 0.8847
|
@@ -62,4 +67,4 @@ The following hyperparameters were used during training:
|
|
62 |
- Transformers 4.37.2
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
- Datasets 2.17.1
|
65 |
-
- Tokenizers 0.15.2
|
|
|
7 |
- accuracy
|
8 |
- f1
|
9 |
model-index:
|
10 |
+
- name: financial-twhin-bert-large-3labels-pesudo-bb-only
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- kekunh/stock-related-tweets
|
14 |
+
- zeroshot/twitter-financial-news-sentiment
|
15 |
+
language:
|
16 |
+
- en
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
should probably proofread and complete it, then remove this comment. -->
|
21 |
|
22 |
+
# financial-twhin-bert-large-3labels-pesudo-bb-only
|
23 |
|
24 |
+
This model is a fine-tuned version of [Twitter/twhin-bert-large](https://huggingface.co/Twitter/twhin-bert-large) on finance-related tweets.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.4379
|
27 |
- Accuracy: 0.8847
|
|
|
67 |
- Transformers 4.37.2
|
68 |
- Pytorch 2.1.0+cu121
|
69 |
- Datasets 2.17.1
|
70 |
+
- Tokenizers 0.15.2
|