Commit
·
d4ea5a6
1
Parent(s):
030ec31
update model card README.md
Browse files
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [siebert/sentiment-roberta-large-english](https://huggingface.co/siebert/sentiment-roberta-large-english) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- F1: 0.
|
22 |
-
- Recall: 0.
|
23 |
-
- Precision: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,9 +51,9 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|
|
54 |
-
| No log | 1.0 |
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [siebert/sentiment-roberta-large-english](https://huggingface.co/siebert/sentiment-roberta-large-english) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6014
|
21 |
+
- F1: 0.7844
|
22 |
+
- Recall: 0.7844
|
23 |
+
- Precision: 0.7844
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|
|
54 |
+
| No log | 1.0 | 187 | 0.6687 | 0.7574 | 0.7574 | 0.7574 |
|
55 |
+
| No log | 2.0 | 374 | 0.5700 | 0.7898 | 0.7898 | 0.7898 |
|
56 |
+
| 0.6052 | 3.0 | 561 | 0.6014 | 0.7844 | 0.7844 | 0.7844 |
|
57 |
|
58 |
|
59 |
### Framework versions
|