ModelHub XC 44f46e2a9f 初始化项目,由ModelHub XC社区提供模型
Model: abyrne55/nuextract-1.5-tiny-mealie-ingredient-parser
Source: Original Platform
2026-06-20 12:16:17 +08:00

license, base_model, tags, pipeline_tag
license base_model tags pipeline_tag
mit numind/NuExtract-1.5-tiny
gguf
ingredient-parsing
nuextract
mealie
lora
qwen2
text-generation
text-generation

NuExtract-1.5-tiny Fine-tuned for Mealie Ingredient Parsing

LoRA fine-tuned version of numind/NuExtract-1.5-tiny (Qwen2.5-0.5B) for structured ingredient extraction in mealie-llm-server.

Usage

Set MODEL_INGREDIENT_EXTRACTOR to the local GGUF path:

MODEL_INGREDIENT_EXTRACTOR=models/nuextract-1.5-tiny-finetuned-q8_0.gguf

The model expects the NuExtract 1.5 template format:

<|input|>
### Template:
{
    "quantity": "",
    "unit": "",
    "food": "",
    "note": ""
}
### Text:
1 cup arborio rice

<|output|>

Use constrained grammar during inference for best results.

Training

Description
Model synced from source: abyrne55/nuextract-1.5-tiny-mealie-ingredient-parser
Readme 24 KiB