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