Commit
·
5c0f831
1
Parent(s):
777c081
update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
@@ -15,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,17 +48,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.5954 | 3.0 | 3000 | 0.6527 | 0.73 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.13.1
|
63 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
base_model: cardiffnlp/twitter-roberta-base-sentiment
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6957
|
20 |
+
- Accuracy: 0.7107
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 0.8279 | 0.52 | 500 | 0.8843 | 0.6755 |
|
52 |
+
| 0.7718 | 1.04 | 1000 | 0.7864 | 0.6786 |
|
53 |
+
| 0.739 | 1.55 | 1500 | 0.7484 | 0.6982 |
|
54 |
+
| 0.7014 | 2.07 | 2000 | 0.7300 | 0.7039 |
|
55 |
+
| 0.6634 | 2.59 | 2500 | 0.6957 | 0.7107 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
+
- Transformers 4.31.0
|
61 |
- Pytorch 2.0.1+cu118
|
62 |
- Datasets 2.13.1
|
63 |
- Tokenizers 0.13.3
|