thinkingmachines/Inkling-Small
Modelo de visão e linguagem · MoE — 3.0 mil downloads e 187 curtidas no Hugging Face.
Hugging Face · Modelos
·thinkingmachines
·
·↓ 2971
·♥ 187
O modelo thinkingmachines/Inkling-Small 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: 3.0 mil · Curtidas: 187
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", 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 eval-results
// 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