tag: Finetune.md

Tag: Finetune

1 posts
Peft Finetune LoRA Example
Steps Get a pretrained model from Huggingface Load the model and tokenizer Prepare the dataset Prepare the training arguments Prepare the trainer Add the model Train the model Save the model Get a p...