End of training
Browse files- README.md +8 -5
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -46,14 +46,17 @@ The following hyperparameters were used during training:
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
-
| 3.
|
56 |
-
| 2.
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5553
|
22 |
+
- F1: 0.8878
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 3.292 | 1.0 | 5 | 1.4800 | 0.6191 |
|
56 |
+
| 2.1727 | 2.0 | 10 | 1.0106 | 0.8212 |
|
57 |
+
| 0.8573 | 3.0 | 15 | 0.7120 | 0.7959 |
|
58 |
+
| 0.3518 | 4.0 | 20 | 0.5571 | 0.9073 |
|
59 |
+
| 0.4904 | 5.0 | 25 | 0.5553 | 0.8878 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598458240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc92b1e96759605c8a37c5c8dae3b4d10aeb2c3b8b1378bd5a532242ff396df0
|
3 |
size 598458240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8d0388ed175a491b9269ecb269eaf49644a6630c24e1337725e84419ae9231a
|
3 |
size 5368
|