End of training
Browse files- README.md +12 -10
- logs/events.out.tfevents.1737587003.PC +2 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- F1: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -49,16 +49,18 @@ The following hyperparameters were used during training:
|
|
| 49 |
- eval_batch_size: 16
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
-
- lr_scheduler_type:
|
| 53 |
-
- num_epochs:
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
-
| 1.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.1793
|
| 25 |
+
- Accuracy: 0.9048
|
| 26 |
+
- Precision: 0.9140
|
| 27 |
+
- Recall: 0.9048
|
| 28 |
+
- F1: 0.9037
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 49 |
- eval_batch_size: 16
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
+
- lr_scheduler_type: cosine
|
| 53 |
+
- num_epochs: 5
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| 1.2429 | 1.0 | 16 | 0.4839 | 0.8095 | 0.8631 | 0.8095 | 0.8122 |
|
| 60 |
+
| 0.2833 | 2.0 | 32 | 0.1735 | 0.9365 | 0.9374 | 0.9365 | 0.9365 |
|
| 61 |
+
| 0.0735 | 3.0 | 48 | 0.1645 | 0.9365 | 0.9364 | 0.9365 | 0.9360 |
|
| 62 |
+
| 0.0038 | 4.0 | 64 | 0.1804 | 0.9048 | 0.9147 | 0.9048 | 0.9055 |
|
| 63 |
+
| 0.0009 | 5.0 | 80 | 0.1793 | 0.9048 | 0.9140 | 0.9048 | 0.9037 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
logs/events.out.tfevents.1737587003.PC
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:ff1bcb0abfe0b5ec812510daaf52a9676598f4c4628c4fc55c59bea7c310aae2
|
| 3 |
+
size 10154
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598445936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ccbe29a7092f115f3689d8746ed210128905844a02038a055de5f980ea1aaa6
|
| 3 |
size 598445936
|