End of training
Browse files- README.md +14 -11
- config.json +0 -0
- model.safetensors +2 -2
- 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
|
@@ -39,11 +39,11 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 4
|
46 |
-
- total_train_batch_size:
|
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
|
@@ -52,13 +52,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
55 |
-
| No log |
|
56 |
-
| No log |
|
57 |
-
| No log |
|
58 |
-
| No log |
|
59 |
-
| No log |
|
60 |
-
| No log |
|
61 |
-
| No log | 6.
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### 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: 5.4123
|
22 |
- F1: 0.0
|
23 |
|
24 |
## Model description
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 4
|
46 |
+
- total_train_batch_size: 64
|
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
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:---:|
|
55 |
+
| No log | 0.5714 | 1 | 4.9327 | 0.0 |
|
56 |
+
| No log | 1.5714 | 2 | 5.0024 | 0.0 |
|
57 |
+
| No log | 2.5714 | 3 | 5.0481 | 0.0 |
|
58 |
+
| No log | 3.5714 | 4 | 5.1106 | 0.0 |
|
59 |
+
| No log | 4.5714 | 5 | 5.1695 | 0.0 |
|
60 |
+
| No log | 5.5714 | 6 | 5.2392 | 0.0 |
|
61 |
+
| No log | 6.5714 | 7 | 5.2945 | 0.0 |
|
62 |
+
| No log | 7.5714 | 8 | 5.3534 | 0.0 |
|
63 |
+
| No log | 8.5714 | 9 | 5.3930 | 0.0 |
|
64 |
+
| No log | 9.5714 | 10 | 5.4123 | 0.0 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
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:dae5b845e137f8c3713c3ca737597fe7d49badc29f45578b3a7fb4a2184868b1
|
3 |
+
size 598824292
|
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:b8a5e300df48c6f5de8d6a74016ff67990c4514dd7e57ba8ddcfe90cae73e5e2
|
3 |
size 5304
|