Skip to content

Latest commit

 

History

History

train

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Fine-tuning

Fine-tuning your own model is optional: by default, llmstep uses a model available on Huggingface that was fine-tuned with these scripts:

First download and format the data:

python data.py

Fine-tuning is then done using tune.py. See tune_proofstep.sh for an example command.
The command uses 8 GPUs with Deepspeed (tested on NVIDIA RTX A6000).