Fine tuning different Large Language Models (LLMs) using variety of techniques available in OSS world
- FT Mistral 7B on Medicine data: MedMCQA dataset(QA pairs) to achieve ~45% accuracy in answering question
- FT Openllama 3b v2 on 'Red dot product description' to generate product description for 'suggested' products.
- FT Mistral 7B on Instruction dataset : MosaicML to generate possible question for a given description text
- FT Unsloth Mistral 7B on Alpaca dataset. Unsloth provides quantized models which load faster and consume less memory during training and inference.