End of training
Browse files
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-large](https://huggingface.co/answerdotai/ModernBERT-large) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,27 +38,31 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
-
- train_batch_size:
|
43 |
- eval_batch_size: 1
|
44 |
- seed: 42
|
45 |
-
- gradient_accumulation_steps:
|
46 |
- total_train_batch_size: 12
|
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: constant
|
49 |
-
-
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.2279
|
22 |
+
- Accuracy: 0.7059
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.00016
|
42 |
+
- train_batch_size: 6
|
43 |
- eval_batch_size: 1
|
44 |
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 2
|
46 |
- total_train_batch_size: 12
|
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: constant
|
49 |
+
- training_steps: 550
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
55 |
+
| 2.1915 | 0.2762 | 50 | 1.1417 | 0.2588 |
|
56 |
+
| 1.3494 | 0.5525 | 100 | 0.6381 | 0.7412 |
|
57 |
+
| 1.3588 | 0.8287 | 150 | 0.6750 | 0.5922 |
|
58 |
+
| 1.0859 | 1.1050 | 200 | 0.8046 | 0.7373 |
|
59 |
+
| 1.5857 | 1.3812 | 250 | 0.6222 | 0.6667 |
|
60 |
+
| 0.5529 | 1.6575 | 300 | 1.0381 | 0.4471 |
|
61 |
+
| 1.2417 | 1.9337 | 350 | 0.9943 | 0.6980 |
|
62 |
+
| 0.0183 | 2.2099 | 400 | 2.7391 | 0.6941 |
|
63 |
+
| 0.0112 | 2.4862 | 450 | 2.3648 | 0.6706 |
|
64 |
+
| 0.0004 | 2.7624 | 500 | 2.3759 | 0.6667 |
|
65 |
+
| 0.0007 | 3.0387 | 550 | 3.2279 | 0.7059 |
|
66 |
|
67 |
|
68 |
### 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:2c1407fcae343a868d7a62b691efc045ae41735f93cedd3e3d1cf727b73680fa
|
3 |
size 1583351632
|
runs/May18_18-01-17_14d9f458975d/events.out.tfevents.1747591281.14d9f458975d.1682.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b88a903a6bf206eed27bef0bdbc16350467be66bb391ada076169a1d82b9e142
|
3 |
+
size 125150
|
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:93cf1bc4c7c7c31a9964722836d8d34df522aa3ceb58aca1b1dfcdf75fbb91d6
|
3 |
size 5304
|