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 |
-
| No log | 5.0 |
|
| 64 |
-
| No log | 6.0 |
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 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.1907
|
| 23 |
+
- Precision: 0.6326
|
| 24 |
+
- Recall: 0.7491
|
| 25 |
+
- F1: 0.6859
|
| 26 |
+
- Accuracy: 0.9660
|
| 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 | 38 | 0.1676 | 0.5917 | 0.6826 | 0.6339 | 0.9639 |
|
| 60 |
+
| No log | 2.0 | 76 | 0.1810 | 0.6123 | 0.6604 | 0.6355 | 0.9643 |
|
| 61 |
+
| No log | 3.0 | 114 | 0.1906 | 0.6317 | 0.7491 | 0.6854 | 0.9660 |
|
| 62 |
+
| No log | 4.0 | 152 | 0.1764 | 0.6380 | 0.6587 | 0.6482 | 0.9659 |
|
| 63 |
+
| No log | 5.0 | 190 | 0.1737 | 0.6544 | 0.6689 | 0.6616 | 0.9696 |
|
| 64 |
+
| No log | 6.0 | 228 | 0.1752 | 0.6728 | 0.6911 | 0.6818 | 0.9695 |
|
| 65 |
+
| No log | 7.0 | 266 | 0.1951 | 0.6083 | 0.6758 | 0.6403 | 0.9658 |
|
| 66 |
+
| No log | 8.0 | 304 | 0.1962 | 0.6162 | 0.6741 | 0.6438 | 0.9656 |
|
| 67 |
+
| No log | 9.0 | 342 | 0.1939 | 0.6700 | 0.6962 | 0.6828 | 0.9701 |
|
| 68 |
+
| No log | 10.0 | 380 | 0.1931 | 0.6645 | 0.6928 | 0.6784 | 0.9696 |
|
| 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:e8a25a2c3c58912f009c5f8e0a132f671d5d4a946aeca60854173239d2d3b869
|
| 3 |
size 520801340
|
runs/Mar08_22-41-51_7e44ac7b5aa4/events.out.tfevents.1773010208.7e44ac7b5aa4.5654.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3524086bedfdc4ec3ad93b6759174ff049ece8018843bce1768faf10a4e416f4
|
| 3 |
+
size 560
|