QuophyDzifa
commited on
Commit
·
f6958b1
1
Parent(s):
e8c1ee5
End of training
Browse files- README.md +14 -14
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# Sentiment-Analysis-Model
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- F1 Score: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# Sentiment-Analysis-Model
|
15 |
|
16 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6488
|
19 |
+
- F1 Score: 0.7281
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| 0.8011 | 0.5 | 500 | 0.8189 | 0.6563 |
|
51 |
+
| 0.7437 | 1.0 | 1000 | 0.7877 | 0.6793 |
|
52 |
+
| 0.6996 | 1.5 | 1500 | 0.6979 | 0.6996 |
|
53 |
+
| 0.6886 | 2.0 | 2000 | 0.6893 | 0.6910 |
|
54 |
+
| 0.6384 | 2.5 | 2500 | 0.8285 | 0.7133 |
|
55 |
+
| 0.6254 | 3.0 | 3000 | 0.6488 | 0.7281 |
|
56 |
+
| 0.56 | 3.5 | 3500 | 0.6755 | 0.7402 |
|
57 |
+
| 0.5731 | 4.0 | 4000 | 0.6775 | 0.7456 |
|
58 |
+
| 0.504 | 4.5 | 4500 | 0.7232 | 0.7407 |
|
59 |
+
| 0.4839 | 5.0 | 5000 | 0.7219 | 0.7512 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498660721
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e53eed68b148d1e5eaada23d4a5c8376f96acb911018bb5d6e342375ef87270
|
3 |
size 498660721
|