Training completed!
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-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,25 +38,28 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate:
|
| 42 |
- train_batch_size: 32
|
| 43 |
- eval_batch_size: 32
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
-
- num_epochs:
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
-
| No log | 1.0 | 477 | 0.
|
| 54 |
-
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
| 58 |
|
| 59 |
-
- Transformers 4.
|
| 60 |
- Pytorch 2.8.0+cu126
|
| 61 |
- Datasets 4.0.0
|
| 62 |
- Tokenizers 0.22.1
|
|
|
|
| 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.2132
|
| 22 |
+
- Accuracy: 0.9513
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 2e-05
|
| 42 |
- train_batch_size: 32
|
| 43 |
- eval_batch_size: 32
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
+
- num_epochs: 5
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| No log | 1.0 | 477 | 0.4093 | 0.8987 |
|
| 54 |
+
| 1.5707 | 2.0 | 954 | 0.2792 | 0.9303 |
|
| 55 |
+
| 0.1038 | 3.0 | 1431 | 0.2174 | 0.9487 |
|
| 56 |
+
| 0.0184 | 4.0 | 1908 | 0.2142 | 0.9506 |
|
| 57 |
+
| 0.0047 | 5.0 | 2385 | 0.2132 | 0.9513 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
+
- Transformers 4.57.0
|
| 63 |
- Pytorch 2.8.0+cu126
|
| 64 |
- Datasets 4.0.0
|
| 65 |
- Tokenizers 0.22.1
|