End of training
Browse files- README.md +9 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ 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 the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
- F1: 0.0
|
23 |
|
24 |
## Model description
|
@@ -46,17 +46,19 @@ The following hyperparameters were used during training:
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Use 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 |
-
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
56 |
-
| No log | 1.0 | 3 |
|
57 |
-
| No log | 2.0 | 6 |
|
58 |
-
| No log | 3.0 | 9 |
|
59 |
-
| No log |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 6.7977
|
22 |
- F1: 0.0
|
23 |
|
24 |
## Model description
|
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Use 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: 10
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
55 |
+
| No log | 1.0 | 3 | 5.3470 | 0.0 |
|
56 |
+
| No log | 2.0 | 6 | 6.6234 | 0.0 |
|
57 |
+
| No log | 3.0 | 9 | 6.9474 | 0.0 |
|
58 |
+
| No log | 4.0 | 12 | 6.8799 | 0.0 |
|
59 |
+
| No log | 5.0 | 15 | 6.8026 | 0.0 |
|
60 |
+
| No log | 6.0 | 18 | 6.8010 | 0.0 |
|
61 |
+
| No log | 6.8889 | 20 | 6.7977 | 0.0 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598713556
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a80d8a35b612a8a72d006bf1cfb7cd5cfbd8a5a72a83626fd7d1b5af55d35ab9
|
3 |
size 598713556
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9269ad190c1ca8ed7534aadf7c86f6093da7d9c0403d18bd3282f7b234274baf
|
3 |
size 5304
|