Image-Text-to-Text
Transformers.js
ONNX
lfm2_vl
ad-detection
ad-blocking
webgpu
transformers-js
lfm2.5
vision-language-model
browser
conversational
Instructions to use TheGarageDev/Minus-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use TheGarageDev/Minus-v0.1 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-text-to-text', 'TheGarageDev/Minus-v0.1');
File size: 136 Bytes
f622778 | 1 2 3 4 5 6 7 8 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 7,
"pad_token_id": 0,
"transformers_version": "5.7.0.dev0"
}
|