Views
No views yet
On the Hub: rename this file toREADME.mdin the model repo.
| Metric | Score |
|---|---|
| Token accuracy (train) | ~94 % |
| Valid JSON output | 100 % |
| Item extraction | 89 % |
| Language match | 74 % |
| Calorie MAE | ~122 cal |
The deployed app pairs this model with a deterministic hybrid layer that replaces the model's estimated numbers with exact CSV lookups — so end-user calorie/macro accuracy does not depend on the model's numeric estimates.
fitmind-Q4_K_M.gguf — quantized model for llama.cpp / Ollama / llama.rnadapter/ — the raw LoRA adapter (training output)1ollama create fitmind -f Modelfile # Modelfile: FROM ./fitmind-Q4_K_M.gguf
2ollama run fitmind