Image-Text-to-Text
Transformers.js
ONNX
lfm2_vl
liquid
lfm2
lfm2-vl
edge
lfm2.5
lfm2.5-vl
onnxruntime
webgpu
conversational
custom_code
Instructions to use LiquidAI/LFM2.5-VL-3B-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use LiquidAI/LFM2.5-VL-3B-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-text-to-text', 'LiquidAI/LFM2.5-VL-3B-ONNX');
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 124894, | |
| "do_sample": true, | |
| "eos_token_id": 124900, | |
| "pad_token_id": 124893, | |
| "repetition_penalty": 1.0, | |
| "temperature": 0.2, | |
| "top_k": 50, | |
| "transformers_version": "4.57.0" | |
| } | |