pocasrocas
commited on
Commit
•
8ce2375
1
Parent(s):
046f9f0
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ language:
|
|
11 |
|
12 |
## Model Summary
|
13 |
|
14 |
-
recipe-gantt is a monotask model to translate recipes into gantt charts in a TSV format.
|
15 |
|
16 |
It is a QLoRA finetune of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [pocasrocas/recipe-gantt](https://huggingface.co/datasets/pocasrocas/recipe-gantt) dataset. I then used [llama.cpp](https://github.com/ggerganov/llama.cpp) to convert it to .gguf format for fast local inference.
|
17 |
|
|
|
11 |
|
12 |
## Model Summary
|
13 |
|
14 |
+
recipe-gantt is a monotask language model to translate recipes into gantt charts in a TSV format.
|
15 |
|
16 |
It is a QLoRA finetune of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [pocasrocas/recipe-gantt](https://huggingface.co/datasets/pocasrocas/recipe-gantt) dataset. I then used [llama.cpp](https://github.com/ggerganov/llama.cpp) to convert it to .gguf format for fast local inference.
|
17 |
|