Aleksandar
commited on
Commit
•
10902c9
1
Parent(s):
8f411cd
add model
Browse files- README.md +17 -8
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ model_index:
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
-
value: 0.
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,11 +27,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
This model was trained from scratch on the None dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
-
- Loss: 0.
|
31 |
-
- Precision: 0.
|
32 |
-
- Recall: 0.
|
33 |
-
- F1: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -56,13 +56,22 @@ The following hyperparameters were used during training:
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
-
- num_epochs:
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
-
| No log | 1.0 | 207 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.9641060273510046
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
This model was trained from scratch on the None dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
+
- Loss: 0.1647
|
31 |
+
- Precision: 0.8247
|
32 |
+
- Recall: 0.8454
|
33 |
+
- F1: 0.8349
|
34 |
+
- Accuracy: 0.9641
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 10
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 207 | 0.2040 | 0.7006 | 0.7466 | 0.7228 | 0.9411 |
|
66 |
+
| No log | 2.0 | 414 | 0.1561 | 0.7299 | 0.7868 | 0.7573 | 0.9519 |
|
67 |
+
| 0.2313 | 3.0 | 621 | 0.1455 | 0.7693 | 0.7992 | 0.7840 | 0.9567 |
|
68 |
+
| 0.2313 | 4.0 | 828 | 0.1628 | 0.7760 | 0.8037 | 0.7896 | 0.9570 |
|
69 |
+
| 0.0828 | 5.0 | 1035 | 0.1424 | 0.7997 | 0.8299 | 0.8145 | 0.9604 |
|
70 |
+
| 0.0828 | 6.0 | 1242 | 0.1512 | 0.7983 | 0.8361 | 0.8168 | 0.9618 |
|
71 |
+
| 0.0828 | 7.0 | 1449 | 0.1587 | 0.8084 | 0.8415 | 0.8246 | 0.9627 |
|
72 |
+
| 0.0362 | 8.0 | 1656 | 0.1613 | 0.8154 | 0.8358 | 0.8255 | 0.9632 |
|
73 |
+
| 0.0362 | 9.0 | 1863 | 0.1685 | 0.8211 | 0.8429 | 0.8319 | 0.9632 |
|
74 |
+
| 0.0174 | 10.0 | 2070 | 0.1647 | 0.8247 | 0.8454 | 0.8349 | 0.9641 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430992881
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23af3861d166a887a918e95698c32ced452fc73f94cbff4177baed6877d83eee
|
3 |
size 430992881
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2671
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5226a2a6a226ae0d234901a9cfc1963e0232659994075db9c8d3cfc87b233c6
|
3 |
size 2671
|