zenml-io / zenml-projects

A repository for all ZenML projects that are specific production use-cases.
Apache License 2.0
215 stars 54 forks source link

LLM Finetune with PEFT #99

Closed avishniakov closed 5 months ago

avishniakov commented 6 months ago

This PR brings in the pipeline to run Mistral model fine-tuning using PEFT library on Viggio dataset.

Key highlights:

P.S. Diff is a bit off due to project movement. LitGPT one was lift and shift - no changes in it.

Template update: https://github.com/zenml-io/template-llm-finetuning/pull/4

dagshub[bot] commented 6 months ago

Join the discussion on DagsHub!

strickvl commented 6 months ago

@coderabbitai review

avishniakov commented 6 months ago

@htahir1 are we ok to merge this? It will replace the current LORA example with PEFT one and LitGPT will be moved to a new directory. Any blockers?

schustmi commented 6 months ago

Just one more thing that came to my mind: We should probably also rename the llm-lora-finetuning template right?