Model save
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model was trained from scratch on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -42,8 +42,8 @@ More information needed
|
|
| 42 |
### Training hyperparameters
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
-
- learning_rate:
|
| 46 |
-
- train_batch_size:
|
| 47 |
- eval_batch_size: 2
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
|
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
-
| No log | 1.0 |
|
| 60 |
-
| No log | 2.0 |
|
| 61 |
-
| No log | 3.0 |
|
| 62 |
-
| No log | 4.0 |
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model was trained from scratch on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.1123
|
| 23 |
+
- Precision: 0.7716
|
| 24 |
+
- Recall: 0.7782
|
| 25 |
+
- F1: 0.7749
|
| 26 |
+
- Accuracy: 0.9783
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 42 |
### Training hyperparameters
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
+
- learning_rate: 3e-05
|
| 46 |
+
- train_batch_size: 16
|
| 47 |
- eval_batch_size: 2
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
+
| No log | 1.0 | 58 | 0.1026 | 0.5982 | 0.6758 | 0.6346 | 0.9680 |
|
| 60 |
+
| No log | 2.0 | 116 | 0.0993 | 0.7140 | 0.6775 | 0.6953 | 0.9745 |
|
| 61 |
+
| No log | 3.0 | 174 | 0.1024 | 0.7227 | 0.7116 | 0.7171 | 0.9756 |
|
| 62 |
+
| No log | 4.0 | 232 | 0.1198 | 0.6538 | 0.7543 | 0.7005 | 0.9708 |
|
| 63 |
+
| No log | 5.0 | 290 | 0.1150 | 0.7157 | 0.7218 | 0.7188 | 0.9749 |
|
| 64 |
+
| No log | 6.0 | 348 | 0.1133 | 0.7095 | 0.7628 | 0.7352 | 0.9750 |
|
| 65 |
+
| No log | 7.0 | 406 | 0.1122 | 0.7716 | 0.7782 | 0.7749 | 0.9783 |
|
| 66 |
+
| No log | 8.0 | 464 | 0.1168 | 0.7311 | 0.7747 | 0.7523 | 0.9762 |
|
| 67 |
+
| 0.0341 | 9.0 | 522 | 0.1237 | 0.7249 | 0.7645 | 0.7442 | 0.9757 |
|
| 68 |
+
| 0.0341 | 10.0 | 580 | 0.1218 | 0.7447 | 0.7867 | 0.7651 | 0.9768 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 520801340
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73e4df105526096ec8cfc763bd5b3d0202a9a0d486c21d26aca4e0108576bf68
|
| 3 |
size 520801340
|
runs/Mar08_22-51-29_7e44ac7b5aa4/events.out.tfevents.1773011199.7e44ac7b5aa4.9199.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d384ff9e9660712c99d7b124434059cebe3660532cba69bc8bb812da978d703e
|
| 3 |
+
size 560
|