Commit
·
ac1e693
1
Parent(s):
073e103
update model card README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,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:
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,27 +41,19 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| No log | 1.0 |
|
51 |
-
| No log | 2.0 |
|
52 |
-
| No log | 3.0 | 297 | 0.8832 | 0.5952 |
|
53 |
-
| No log | 4.0 | 396 | 0.8900 | 0.6174 |
|
54 |
-
| No log | 5.0 | 495 | 0.9782 | 0.625 |
|
55 |
-
| No log | 6.0 | 594 | 1.0478 | 0.6193 |
|
56 |
-
| No log | 7.0 | 693 | 1.0683 | 0.6015 |
|
57 |
-
| No log | 8.0 | 792 | 1.1001 | 0.5984 |
|
58 |
-
| No log | 9.0 | 891 | 1.1578 | 0.6155 |
|
59 |
-
| No log | 10.0 | 990 | 1.1941 | 0.6047 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- Transformers 4.16.
|
65 |
- Pytorch 1.10.0+cu111
|
66 |
-
- Datasets 1.18.
|
67 |
- Tokenizers 0.11.0
|
|
|
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.8601
|
19 |
+
- Accuracy: 0.6117
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 2
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| No log | 1.0 | 84 | 0.8663 | 0.5914 |
|
51 |
+
| No log | 2.0 | 168 | 0.8601 | 0.6117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
+
- Transformers 4.16.1
|
57 |
- Pytorch 1.10.0+cu111
|
58 |
+
- Datasets 1.18.2
|
59 |
- Tokenizers 0.11.0
|