YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
LFM2.5-VL 450M - OpenCal fine-tune
On-device vision-language model for OpenCal's meal-logging PWA.
Fine-tuned from the public onnx-community/LFM2.5-VL-450M-ONNX base on
meal-photo + meal-text extraction; exported to ONNX (fp16 + q4 variants) for
transformers.js / WebGPU on mobile + desktop.
Layout
config.json,generation_config.json,tokenizer.json,tokenizer_config.json,preprocessor_config.json,processor_config.json,chat_template.jinjaonnx/-embed_tokens,vision_encoder,decoder_model_merged(each in_fp16and_q4variants, with external_dataweight files)
Load (transformers.js)
import { AutoProcessor, AutoModelForImageTextToText } from "@huggingface/transformers";
const processor = await AutoProcessor.from_pretrained("opencal/lfm25vl-opencal");
const model = await AutoModelForImageTextToText.from_pretrained("opencal/lfm25vl-opencal", { device: "webgpu" });
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support