aephil's picture
End of training
b641952 verified
|
Raw
History Blame Contribute Delete
1.61 kB
---
library_name: transformers
license: apache-2.0
base_model: HuggingFaceTB/SmolLM2-135M
tags:
- generated_from_trainer
model-index:
- name: lab7-shakespeare-generator
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. -->
# lab7-shakespeare-generator
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.2664
## 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.0005
- train_batch_size: 8
- eval_batch_size: 8
- seed: 101
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 3.3143 | 0.5495 | 200 | 3.2612 |
| 2.9999 | 1.0989 | 400 | 3.2625 |
| 2.5214 | 1.6484 | 600 | 3.2659 |
| 2.5214 | 2.0 | 728 | 3.2664 |
### Framework versions
- Transformers 5.14.1
- Pytorch 2.9.1+rocm7.13.0
- Datasets 5.0.0
- Tokenizers 0.22.2