Model save
Browse files- README.md +21 -24
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision-macro: 0.
|
23 |
-
- Recall-macro: 0.
|
24 |
-
- Macro-f1: 0.
|
25 |
-
- Precision-micro: 0.
|
26 |
-
- Recall-micro: 0.
|
27 |
-
- Micro-f1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -45,8 +45,8 @@ More information needed
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 3e-05
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 1
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
@@ -57,20 +57,17 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision-macro | Recall-macro | Macro-f1 | Precision-micro | Recall-micro | Micro-f1 | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:--------:|
|
60 |
-
| No log | 1.0 |
|
61 |
-
| No log | 2.0 |
|
62 |
-
| No log | 3.0 |
|
63 |
-
| No log | 4.0 |
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.8758 | 12.0 | 744 | 0.7861 | 0.5972 | 0.5885 | 0.5843 | 0.7739 | 0.7739 | 0.7739 | 0.7739 |
|
72 |
-
| 0.8758 | 13.0 | 806 | 0.8239 | 0.5975 | 0.5749 | 0.5701 | 0.7780 | 0.7780 | 0.7780 | 0.7780 |
|
73 |
-
| 0.8758 | 14.0 | 868 | 0.8272 | 0.6089 | 0.5868 | 0.5926 | 0.7798 | 0.7798 | 0.7798 | 0.7798 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8610
|
22 |
+
- Precision-macro: 0.6015
|
23 |
+
- Recall-macro: 0.5642
|
24 |
+
- Macro-f1: 0.5742
|
25 |
+
- Precision-micro: 0.7871
|
26 |
+
- Recall-micro: 0.7871
|
27 |
+
- Micro-f1: 0.7871
|
28 |
+
- Accuracy: 0.7871
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 3e-05
|
48 |
+
- train_batch_size: 2
|
49 |
+
- eval_batch_size: 2
|
50 |
- seed: 1
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision-macro | Recall-macro | Macro-f1 | Precision-micro | Recall-micro | Micro-f1 | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:--------:|
|
60 |
+
| No log | 1.0 | 124 | 0.9703 | 0.5485 | 0.3447 | 0.3566 | 0.7155 | 0.7155 | 0.7155 | 0.7155 |
|
61 |
+
| No log | 2.0 | 248 | 0.8005 | 0.5181 | 0.5222 | 0.5080 | 0.7353 | 0.7353 | 0.7353 | 0.7353 |
|
62 |
+
| No log | 3.0 | 372 | 0.8156 | 0.5626 | 0.5322 | 0.5288 | 0.7454 | 0.7454 | 0.7454 | 0.7454 |
|
63 |
+
| No log | 4.0 | 496 | 0.7056 | 0.5881 | 0.5197 | 0.5180 | 0.7704 | 0.7704 | 0.7704 | 0.7704 |
|
64 |
+
| 1.0549 | 5.0 | 620 | 0.7526 | 0.5878 | 0.5906 | 0.5775 | 0.7642 | 0.7642 | 0.7642 | 0.7642 |
|
65 |
+
| 1.0549 | 6.0 | 744 | 0.7094 | 0.6336 | 0.5395 | 0.5649 | 0.7812 | 0.7812 | 0.7812 | 0.7812 |
|
66 |
+
| 1.0549 | 7.0 | 868 | 0.7391 | 0.6475 | 0.5339 | 0.5535 | 0.7808 | 0.7808 | 0.7808 | 0.7808 |
|
67 |
+
| 1.0549 | 8.0 | 992 | 0.7354 | 0.6169 | 0.5756 | 0.5881 | 0.7930 | 0.7930 | 0.7930 | 0.7930 |
|
68 |
+
| 0.545 | 9.0 | 1116 | 0.8143 | 0.5951 | 0.5963 | 0.5928 | 0.7805 | 0.7805 | 0.7805 | 0.7805 |
|
69 |
+
| 0.545 | 10.0 | 1240 | 0.8352 | 0.6029 | 0.5915 | 0.5918 | 0.7794 | 0.7794 | 0.7794 | 0.7794 |
|
70 |
+
| 0.545 | 11.0 | 1364 | 0.8610 | 0.6015 | 0.5642 | 0.5742 | 0.7871 | 0.7871 | 0.7871 | 0.7871 |
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 553787380
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba94ff6e2eb22fbec95b7e9dc63e103947259100824d37f17d647319be213e0d
|
3 |
size 553787380
|