End of training
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [casual/nlp_til2](https://huggingface.co/casual/nlp_til2) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,24 +55,24 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 219 | 0.
|
59 |
-
| No log | 2.0 | 438 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [casual/nlp_til2](https://huggingface.co/casual/nlp_til2) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0128
|
24 |
+
- Precision: 0.9739
|
25 |
+
- Recall: 0.9708
|
26 |
+
- F1: 0.9723
|
27 |
+
- Accuracy: 0.9960
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 219 | 0.0548 | 0.8595 | 0.8533 | 0.8564 | 0.9777 |
|
59 |
+
| No log | 2.0 | 438 | 0.0538 | 0.8705 | 0.8560 | 0.8632 | 0.9788 |
|
60 |
+
| 0.0699 | 3.0 | 657 | 0.0531 | 0.8735 | 0.8626 | 0.8680 | 0.9785 |
|
61 |
+
| 0.0699 | 4.0 | 876 | 0.0459 | 0.8872 | 0.8833 | 0.8853 | 0.9816 |
|
62 |
+
| 0.0635 | 5.0 | 1095 | 0.0437 | 0.8876 | 0.8934 | 0.8905 | 0.9829 |
|
63 |
+
| 0.0635 | 6.0 | 1314 | 0.0358 | 0.9093 | 0.9001 | 0.9047 | 0.9859 |
|
64 |
+
| 0.0567 | 7.0 | 1533 | 0.0333 | 0.9170 | 0.9111 | 0.9140 | 0.9874 |
|
65 |
+
| 0.0567 | 8.0 | 1752 | 0.0303 | 0.9364 | 0.9229 | 0.9296 | 0.9889 |
|
66 |
+
| 0.0567 | 9.0 | 1971 | 0.0263 | 0.9432 | 0.9285 | 0.9358 | 0.9905 |
|
67 |
+
| 0.0498 | 10.0 | 2190 | 0.0258 | 0.9320 | 0.9419 | 0.9369 | 0.9908 |
|
68 |
+
| 0.0498 | 11.0 | 2409 | 0.0237 | 0.9431 | 0.9445 | 0.9438 | 0.9916 |
|
69 |
+
| 0.0437 | 12.0 | 2628 | 0.0187 | 0.9646 | 0.9534 | 0.9590 | 0.9936 |
|
70 |
+
| 0.0437 | 13.0 | 2847 | 0.0179 | 0.9636 | 0.9609 | 0.9623 | 0.9945 |
|
71 |
+
| 0.0425 | 14.0 | 3066 | 0.0159 | 0.9671 | 0.9642 | 0.9657 | 0.9949 |
|
72 |
+
| 0.0425 | 15.0 | 3285 | 0.0146 | 0.9654 | 0.9648 | 0.9651 | 0.9952 |
|
73 |
+
| 0.0464 | 16.0 | 3504 | 0.0137 | 0.9691 | 0.9687 | 0.9689 | 0.9956 |
|
74 |
+
| 0.0464 | 17.0 | 3723 | 0.0135 | 0.9713 | 0.9695 | 0.9704 | 0.9957 |
|
75 |
+
| 0.0464 | 18.0 | 3942 | 0.0128 | 0.9739 | 0.9708 | 0.9723 | 0.9960 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265476168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0298763c8481dedc1f6b884580e1c064b19843ea816414c8bc27fe78c5dacb68
|
3 |
size 265476168
|
runs/May16_16-05-09_instance-358/events.out.tfevents.1715875510.instance-358
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f99cc4c7e2ff7347cef438d14953a299d6b942de57597b0b6bc15486dcdba7f
|
3 |
+
size 15012
|