empero-ai/Qwythos-27B-v1
Modelo de visão e linguagem · 27 B de parâmetros — 864 downloads e 78 curtidas no Hugging Face.
Hugging Face · Modelos
·empero-ai
·
·↓ 864
·♥ 78
O modelo empero-ai/Qwythos-27B-v1 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
- Parâmetros: 27 B
- Biblioteca:
transformers - Formatos: safetensors
- Licença: Apache 2.0
- Downloads: 864 · Curtidas: 78
Hardware recomendado
Estimativa de VRAM só para carregar os pesos (com ~20% de folga para ativações). Contextos longos consomem memória adicional para o cache de atenção (KV cache).
- Precisão original (16-bit): ~65 GB de VRAM — 1 GPU de data center (80 GB, ex. A100/H100)
- Quantizado 8-bit: ~32 GB de VRAM — 1 GPU profissional (48 GB, ex. A6000) ou 2× 24 GB
- Quantizado 4-bit: ~16 GB de VRAM — 1 GPU high-end (24 GB, ex. RTX 3090/4090)
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="empero-ai/Qwythos-27B-v1", 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 qwen3_5 image-text-to-text qwen3.5 reasoning multimodal vision
// 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