End of training
Browse files- README.md +12 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,17 +46,18 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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
|
54 |
-
|
55 |
-
| No log | 0
|
56 |
-
| No log | 0
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6461
|
23 |
+
- Accuracy: 0.9033
|
24 |
+
- F1: 0.8259
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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 | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| No log | 0 | 0 | 0.8842 | 0.3485 | 0.3608 |
|
56 |
+
| No log | 1.0 | 313 | 0.3089 | 0.8721 | 0.7360 |
|
57 |
+
| 0.3005 | 2.0 | 626 | 0.2675 | 0.8929 | 0.8047 |
|
58 |
+
| 0.3005 | 3.0 | 939 | 0.4474 | 0.8953 | 0.8251 |
|
59 |
+
| 0.1032 | 4.0 | 1252 | 0.5724 | 0.9001 | 0.8237 |
|
60 |
+
| 0.0322 | 5.0 | 1565 | 0.6461 | 0.9033 | 0.8259 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1583351632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14954c6afab9a2e9b4dda11f976d42b43b463dd63db6b819d531e1594ae0420b
|
3 |
size 1583351632
|
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:629e09f41d62ce395689d48f46479f3cdf7aa62825ecd3772e7dcd955c26ad40
|
3 |
size 5368
|