--- library_name: peft base_model: state-spaces/mamba-130m-hf tags: - trl - sft - generated_from_trainer model-index: - name: mamba-summarization-t2 results: [] --- # mamba-summarization-t2 This model is a fine-tuned version of [state-spaces/mamba-130m-hf](https://huggingface.co/state-spaces/mamba-130m-hf) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.9860 ## 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: 2e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 2.8922 | 0.16 | 20 | 3.0019 | | 2.8735 | 0.32 | 40 | 2.9958 | | 2.8554 | 0.48 | 60 | 2.9909 | | 2.8511 | 0.64 | 80 | 2.9885 | | 2.8299 | 0.8 | 100 | 2.9866 | | 2.833 | 0.96 | 120 | 2.9860 | ### Framework versions - PEFT 0.12.0 - Transformers 4.44.2 - Pytorch 2.6.0+cu124 - Datasets 3.6.0 - Tokenizers 0.19.1