#223 · Primary category: MLOps & Evaluation
fine-tune-mistral
Fine-tune mistral-7B on 3090s, a100s, h100s
Project last updated:10/11/23
GitHub Stars
737
Forks
63
Contributors
2
License
MIT
Why we included this project
Fine-tuning a 7B model on your own data usually means either paying for a hosted API or wrestling with a heavy training framework. This repo sits in the middle: a single, readable training script that does full fine-tuning of Mistral-7B, not QLoRA or other parameter-efficient shortcuts, so the entire model gets updated. You add train.jsonl and validation.jsonl to the data folder, set a Hugging Face token, and launch with torchrun across one or more GPUs. The author includes notes from actually running it on consumer and datacenter hardware: lower the learning rate for small batches, use at least a thousand samples, and keep a held-out evaluation set to tell real improvement from overfitting. If you want a minimal reference for full fine-tuning on 3090s, A100s, or H100s, the code is short enough to read and adapt quickly.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models