recipe-gantt is a monotask language model to translate recipes into gantt charts in a TSV format.
It is a QLoRA finetune of
Mistral-7B-v0.1 on the
pocasrocas/recipe-gantt dataset. I then used
llama.cpp to convert it to .gguf format for fast local inference.
It's released here to accompany the
recipe-gantt tool.
The model was trained with the
alpaca instruction/input/response prompt format. Exact details on the expected input can be inferred from the inference code
here.