thinkingmachines/Inkling-Small-NVFP4
Modelo de visão e linguagem · MoE — 11.1 mil downloads e 50 curtidas no Hugging Face.
Hugging Face · Modelos
·thinkingmachines
·
·↓ 11065
·♥ 50
O modelo thinkingmachines/Inkling-Small-NVFP4 aparece entre os mais comentados do Hugging Face — um termômetro do que a comunidade está realmente usando agora na tarefa de visão e linguagem.
Ficha técnica
- Tarefa: visão e linguagem
- Biblioteca:
transformers - Formatos: safetensors
- Licença: Apache 2.0
- Downloads: 11.1 mil · Curtidas: 50
Como rodar localmente
Modelo de visão e linguagem — envie imagem + texto:
pip install -U transformers accelerate torch
from transformers import pipeline
vlm = pipeline("image-text-to-text", model="thinkingmachines/Inkling-Small-NVFP4", device=0)
msgs = [{"role": "user", "content": [
{"type": "image", "url": "https://exemplo.com/foto.jpg"},
{"type": "text", "text": "Descreva a imagem."},
]}]
print(vlm(text=msgs, max_new_tokens=200))Tags
transformers safetensors inkling_mm_model image-text-to-text conversational audio-text-to-text moe 8-bit
// relacionados
Leia também
Blog
Latent States in Neural Networks: Recovering the Temporal Structure of Drifting Data from Model Weights
Blog
Can LVLMs Uncover the Truth Behind Visual Illusions? An Analysis of Perceptual and Reasoning Capabilities
Blog
MPIE-Bench: Benchmarking Anatomically Plausible Multi-Person Interaction Editing
Blog