Model Summary
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.
Intended use
To create recipe gantt charts and recipe gantt charts only 🧑🍳
It's released here to accompany the recipe-gantt tool.
Input format
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.
Limitations
- the model will inherit any limitations of the parent model (Mistral-7B-v0.1)
- it was finetuned on a tiny synthetic dataset of only 288 examples so sometimes produces corrupted TSV files and populates cells inaccurately.
Training
- Downloads last month
- 21