--- base_model: meta-llama/Llama-3.1-70B-Instruct library_name: peft license: llama3.1 tags: - trl - sft - generated_from_trainer model-index: - name: mistral-sft-lora-fsdp results: [] --- # mistral-sft-lora-fsdp This model is a fine-tuned version of [meta-llama/Llama-3.1-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6089 ## 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: 1 - eval_batch_size: 1 - seed: 100 - distributed_type: multi-GPU - num_devices: 5 - total_train_batch_size: 5 - total_eval_batch_size: 5 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - num_epochs: 1.0 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.6126 | 1.0 | 200 | 0.6089 | ### Framework versions - PEFT 0.14.0 - Transformers 4.45.2 - Pytorch 2.5.1+cu124 - Datasets 3.1.0 - Tokenizers 0.20.1