Feature Extraction
Transformers
Safetensors
English
penguinvl_vision_encoder
multi-modal
large-language-model
vision-language-model
vision-encoder
custom_code
Instructions to use tencent/Penguin-Encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tencent/Penguin-Encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="tencent/Penguin-Encoder", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tencent/Penguin-Encoder", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,9 +90,6 @@ image_features = model(**inputs)
|
|
| 90 |
| PenguinVL-Encoder | Qwen3-0.6B | [tencent/Penguin-Encoder](https://huggingface.co/tencent/Penguin-Encoder) |
|
| 91 |
|
| 92 |
|
| 93 |
-
## 🚀 Main Results
|
| 94 |
-
xxx
|
| 95 |
-
|
| 96 |
## Citation
|
| 97 |
|
| 98 |
If you find PenguinVL useful for your research and applications, please cite using this BibTeX:
|
|
|
|
| 90 |
| PenguinVL-Encoder | Qwen3-0.6B | [tencent/Penguin-Encoder](https://huggingface.co/tencent/Penguin-Encoder) |
|
| 91 |
|
| 92 |
|
|
|
|
|
|
|
|
|
|
| 93 |
## Citation
|
| 94 |
|
| 95 |
If you find PenguinVL useful for your research and applications, please cite using this BibTeX:
|