This is the LoRa checkpoint which fine tuned Meta-Math-Mistral-7B
- Install dependecies
pip install -r requirements.txt
or
conda env create -f environment.yml
- Configure the root directory
cd scripts
Replace BASE_DIR
environment variable value with the absolute path to the project directory.
- Training End-to-end fine tuning
bash fine_tune.sh
Or using LoRa
bash lora_fine_tune.sh
- Inference
Check out this notebook for more detail.