tencent / Penguin-Encoder

huggingface.co
Total runs: 1.7K
24-hour runs: 0
7-day runs: -703
30-day runs: -873
Model's Last Updated: March 09 2026
feature-extraction

Introduction of Penguin-Encoder

Model Details of Penguin-Encoder

Vision Encoder of Penguin-VL
Exploring the Efficiency Limits of VLM with LLM-based Vision Encoders

📰 News
  • 2025.03 — PenguinVL-Encoder now available for general use.
  • 2025.03 — Released PenguinVL-2B, PenguinVL-8B.

🌟 Model Overview

PenguinVL is a compact Vision-Language Model, designed to explore the efficiency limits of small-scale VLMs.

Unlike most existing VLMs that rely on contrastive-pretrained vision encoders (e.g., CLIP/SigLIP), Penguin-VL initializes its vision encoder directly from a text-only LLM . This design avoids the objective mismatch between contrastive learning and autoregressive language modeling, enabling tighter alignment between visual representations and the language backbone.

Key Characteristics
  • 🧠 LLM-based Vision Encoder
    The vision encoder is adapted from a pretrained text LLM (Qwen3-0.6B), modified with bidirectional attention and 2D-RoPE for spatial modeling.
    This provides strong semantic priors and native compatibility with the downstream LLM.

🧪 Quick Start — Transformers Inference
import torch
from transformers import AutoModel, AutoImageProcessor
from transformers.image_utils import load_image

model_name = "tencent/Penguin-Encoder"
image_path = "your_img.jpg"
images = load_image(image_path)

model = AutoModel.from_pretrained(
    model_name,
    trust_remote_code=True,
    device_map="auto",
    torch_dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
)
processor = AutoImageProcessor.from_pretrained(model_name, trust_remote_code=True)

inputs = processor(images=images, merge_size=1)
inputs = {k: torch.tensor(v).cuda() for k, v in inputs.items()}
if "pixel_values" in inputs:
    inputs["pixel_values"] = inputs["pixel_values"].to(torch.bfloat16)
image_features = model(**inputs)
🌎 Model Zoo
Model Base Model HF Link
PenguinVL-8B Qwen3-8B tencent/Penguin-VL-8B
PenguinVL-2B Qwen3-1.7B tencent/Penguin-VL-2B
PenguinVL-Encoder Qwen3-0.6B tencent/Penguin-Encoder
🚀 Main Results

Ablation Study:

image

Main Results can see the ablation section in our paper.

Citation

If you find Penguin-VL useful for your research and applications, please cite using this BibTeX:

...

Runs of tencent Penguin-Encoder on huggingface.co

1.7K
Total runs
0
24-hour runs
-299
3-day runs
-703
7-day runs
-873
30-day runs

More Information About Penguin-Encoder huggingface.co Model

More Penguin-Encoder license Visit here:

https://choosealicense.com/licenses/apache-2.0

Penguin-Encoder huggingface.co

Penguin-Encoder huggingface.co is an AI model on huggingface.co that provides Penguin-Encoder's model effect (), which can be used instantly with this tencent Penguin-Encoder model. huggingface.co supports a free trial of the Penguin-Encoder model, and also provides paid use of the Penguin-Encoder. Support call Penguin-Encoder model through api, including Node.js, Python, http.

Penguin-Encoder huggingface.co Url

https://huggingface.co/tencent/Penguin-Encoder

tencent Penguin-Encoder online free

Penguin-Encoder huggingface.co is an online trial and call api platform, which integrates Penguin-Encoder's modeling effects, including api services, and provides a free online trial of Penguin-Encoder, you can try Penguin-Encoder online for free by clicking the link below.

tencent Penguin-Encoder online free url in huggingface.co:

https://huggingface.co/tencent/Penguin-Encoder

Penguin-Encoder install

Penguin-Encoder is an open source model from GitHub that offers a free installation service, and any user can find Penguin-Encoder on GitHub to install. At the same time, huggingface.co provides the effect of Penguin-Encoder install, users can directly use Penguin-Encoder installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Penguin-Encoder install url in huggingface.co:

https://huggingface.co/tencent/Penguin-Encoder

Url of Penguin-Encoder

Penguin-Encoder huggingface.co Url

Provider of Penguin-Encoder huggingface.co

tencent
ORGANIZATIONS

Other API from tencent

huggingface.co

Total runs: 680.6K
Run Growth: 254.7K
Growth Rate: 37.54%
Updated:August 29 2026
huggingface.co

Total runs: 98.4K
Run Growth: -29.7K
Growth Rate: -30.36%
Updated:October 17 2025
huggingface.co

Total runs: 90.7K
Run Growth: -582.4K
Growth Rate: -642.43%
Updated:September 12 2025
huggingface.co

Total runs: 55.2K
Run Growth: -655
Growth Rate: -1.21%
Updated:October 17 2025
huggingface.co

Total runs: 25.5K
Run Growth: -17.1K
Growth Rate: -73.43%
Updated:May 26 2026
huggingface.co

Total runs: 13.6K
Run Growth: -5.8K
Growth Rate: -44.60%
Updated:May 26 2026
huggingface.co

Total runs: 13.2K
Run Growth: 2.3K
Growth Rate: 17.33%
Updated:July 30 2025
huggingface.co

Total runs: 9.0K
Run Growth: 2.9K
Growth Rate: 31.87%
Updated:October 17 2025
huggingface.co

Total runs: 7.3K
Run Growth: -2.4K
Growth Rate: -33.23%
Updated:January 01 2026
huggingface.co

Total runs: 3.3K
Run Growth: 921
Growth Rate: 28.63%
Updated:May 21 2026
huggingface.co

Total runs: 2.9K
Run Growth: 115
Growth Rate: 3.95%
Updated:February 24 2026
huggingface.co

Total runs: 2.7K
Run Growth: -20
Growth Rate: -0.73%
Updated:December 30 2025
huggingface.co

Total runs: 1.1K
Run Growth: -201
Growth Rate: -16.28%
Updated:October 17 2025
huggingface.co

Total runs: 931
Run Growth: -2.1K
Growth Rate: -134.63%
Updated:June 01 2026
huggingface.co

Total runs: 927
Run Growth: 927
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 773
Run Growth: -151
Growth Rate: -19.33%
Updated:March 06 2025
huggingface.co

Total runs: 581
Run Growth: 581
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 554
Run Growth: 524
Growth Rate: 94.58%
Updated:September 10 2026
huggingface.co

Total runs: 412
Run Growth: 382
Growth Rate: 92.72%
Updated:September 09 2026
huggingface.co

Total runs: 372
Run Growth: -3.0K
Growth Rate: -804.03%
Updated:September 15 2025
huggingface.co

Total runs: 323
Run Growth: -158
Growth Rate: -50.00%
Updated:March 11 2026
huggingface.co

Total runs: 303
Run Growth: -106
Growth Rate: -34.42%
Updated:March 06 2026