New model files uploaded
Browse files- model.safetensors +1 -1
- training_log.txt +52 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e25403dfbd3149efed9d2ea33faf762cf1221ed02bcc56cb940861ce9307de3d
|
| 3 |
size 267838720
|
training_log.txt
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Epoch 1
|
| 3 |
+
Validation Accuracy: 0.9961
|
| 4 |
+
F1 Score: 0.9962
|
| 5 |
+
precision recall f1-score support
|
| 6 |
+
|
| 7 |
+
0 0.9982 0.9938 0.9960 3891
|
| 8 |
+
1 0.9941 0.9983 0.9962 4075
|
| 9 |
+
|
| 10 |
+
accuracy 0.9961 7966
|
| 11 |
+
macro avg 0.9962 0.9961 0.9961 7966
|
| 12 |
+
weighted avg 0.9961 0.9961 0.9961 7966
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
Epoch 2
|
| 16 |
+
Validation Accuracy: 0.9971
|
| 17 |
+
F1 Score: 0.9972
|
| 18 |
+
precision recall f1-score support
|
| 19 |
+
|
| 20 |
+
0 0.9987 0.9954 0.9970 3891
|
| 21 |
+
1 0.9956 0.9988 0.9972 4075
|
| 22 |
+
|
| 23 |
+
accuracy 0.9971 7966
|
| 24 |
+
macro avg 0.9972 0.9971 0.9971 7966
|
| 25 |
+
weighted avg 0.9971 0.9971 0.9971 7966
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
Epoch 3
|
| 29 |
+
Validation Accuracy: 0.9980
|
| 30 |
+
F1 Score: 0.9980
|
| 31 |
+
precision recall f1-score support
|
| 32 |
+
|
| 33 |
+
0 0.9982 0.9977 0.9979 3891
|
| 34 |
+
1 0.9978 0.9983 0.9980 4075
|
| 35 |
+
|
| 36 |
+
accuracy 0.9980 7966
|
| 37 |
+
macro avg 0.9980 0.9980 0.9980 7966
|
| 38 |
+
weighted avg 0.9980 0.9980 0.9980 7966
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
Final Test Results:
|
| 42 |
+
Accuracy: 0.9976
|
| 43 |
+
F1 Score: 0.9977
|
| 44 |
+
precision recall f1-score support
|
| 45 |
+
|
| 46 |
+
0 0.9967 0.9985 0.9976 3891
|
| 47 |
+
1 0.9985 0.9968 0.9977 4075
|
| 48 |
+
|
| 49 |
+
accuracy 0.9976 7966
|
| 50 |
+
macro avg 0.9976 0.9976 0.9976 7966
|
| 51 |
+
weighted avg 0.9976 0.9976 0.9976 7966
|
| 52 |
+
|