bug-baseline-small / README.md
jumelet's picture
BabyLM-community/bug-baseline-small
371c371 verified
---
library_name: transformers
tags:
- generated_from_trainer
model-index:
- name: bug-baseline-small
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# bug-baseline-small
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 4.0444
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 5.2423 | 1.0 | 755 | 4.6877 |
| 4.5846 | 2.0 | 1510 | 4.4200 |
| 4.3045 | 3.0 | 2265 | 4.2838 |
| 4.101 | 4.0 | 3020 | 4.2043 |
| 3.9321 | 5.0 | 3775 | 4.1451 |
| 3.8127 | 6.0 | 4530 | 4.1029 |
| 3.7306 | 7.0 | 5285 | 4.0713 |
| 3.6269 | 8.0 | 6040 | 4.0510 |
| 3.5274 | 9.0 | 6795 | 4.0434 |
| 3.4818 | 10.0 | 7550 | 4.0444 |
### Framework versions
- Transformers 4.53.0
- Pytorch 2.7.1+cu126
- Datasets 4.0.0
- Tokenizers 0.21.2