Section 01
Introduction to Hands-On Fine-Tuning of Mistral Large Model
This article introduces an open-source project developed by the botextractai team, showing how to perform domain-specific fine-tuning on open-mistral-7b using LlamaIndex and MistralAI API (with IPCC climate reports as data), and quantifies the performance improvement before and after fine-tuning via the Ragas evaluation framework. The project provides an end-to-end complete workflow from data processing to effect evaluation, which is of great reference value for learning LLM fine-tuning techniques.