Aleksandar
commited on
Commit
•
4f72ced
1
Parent(s):
1ece13f
add model
Browse files- README.md +27 -12
- 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,17 +56,32 @@ 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 | 104 | 0.
|
66 |
-
| No log | 2.0 | 208 | 0.
|
67 |
-
| No log | 3.0 | 312 | 0.
|
68 |
-
| No log | 4.0 | 416 | 0.
|
69 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.9665376552169005
|
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.1838
|
31 |
+
- Precision: 0.8370
|
32 |
+
- Recall: 0.8617
|
33 |
+
- F1: 0.8492
|
34 |
+
- Accuracy: 0.9665
|
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: 20
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 104 | 0.2319 | 0.6668 | 0.7029 | 0.6844 | 0.9358 |
|
66 |
+
| No log | 2.0 | 208 | 0.1850 | 0.7265 | 0.7508 | 0.7385 | 0.9469 |
|
67 |
+
| No log | 3.0 | 312 | 0.1584 | 0.7555 | 0.7937 | 0.7741 | 0.9538 |
|
68 |
+
| No log | 4.0 | 416 | 0.1484 | 0.7644 | 0.8128 | 0.7879 | 0.9571 |
|
69 |
+
| 0.1939 | 5.0 | 520 | 0.1383 | 0.7850 | 0.8131 | 0.7988 | 0.9604 |
|
70 |
+
| 0.1939 | 6.0 | 624 | 0.1409 | 0.7914 | 0.8359 | 0.8130 | 0.9632 |
|
71 |
+
| 0.1939 | 7.0 | 728 | 0.1526 | 0.8176 | 0.8392 | 0.8283 | 0.9637 |
|
72 |
+
| 0.1939 | 8.0 | 832 | 0.1536 | 0.8195 | 0.8409 | 0.8301 | 0.9641 |
|
73 |
+
| 0.1939 | 9.0 | 936 | 0.1538 | 0.8242 | 0.8523 | 0.8380 | 0.9661 |
|
74 |
+
| 0.0364 | 10.0 | 1040 | 0.1612 | 0.8228 | 0.8413 | 0.8319 | 0.9652 |
|
75 |
+
| 0.0364 | 11.0 | 1144 | 0.1721 | 0.8289 | 0.8503 | 0.8395 | 0.9656 |
|
76 |
+
| 0.0364 | 12.0 | 1248 | 0.1645 | 0.8301 | 0.8590 | 0.8443 | 0.9663 |
|
77 |
+
| 0.0364 | 13.0 | 1352 | 0.1747 | 0.8352 | 0.8540 | 0.8445 | 0.9665 |
|
78 |
+
| 0.0364 | 14.0 | 1456 | 0.1703 | 0.8277 | 0.8573 | 0.8422 | 0.9663 |
|
79 |
+
| 0.011 | 15.0 | 1560 | 0.1770 | 0.8314 | 0.8624 | 0.8466 | 0.9665 |
|
80 |
+
| 0.011 | 16.0 | 1664 | 0.1903 | 0.8399 | 0.8537 | 0.8467 | 0.9661 |
|
81 |
+
| 0.011 | 17.0 | 1768 | 0.1837 | 0.8363 | 0.8590 | 0.8475 | 0.9665 |
|
82 |
+
| 0.011 | 18.0 | 1872 | 0.1820 | 0.8338 | 0.8570 | 0.8453 | 0.9667 |
|
83 |
+
| 0.011 | 19.0 | 1976 | 0.1855 | 0.8382 | 0.8620 | 0.8499 | 0.9666 |
|
84 |
+
| 0.0053 | 20.0 | 2080 | 0.1838 | 0.8370 | 0.8617 | 0.8492 | 0.9665 |
|
85 |
|
86 |
|
87 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 326147573
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:586cf7c322760f854c8f76267decee3d63757b122495a2ab29a9226db1d7e428
|
3 |
size 326147573
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2735
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:149939b1cf6272c8ca28035bf02c70e6951cd75abe7d4a81420a6273bc39aa65
|
3 |
size 2735
|