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
|
@@ -19,7 +19,7 @@ tags:
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
|
| 22 |
-
<h2 align="center">Vision Encoder of
|
| 23 |
<h4 align="center">
|
| 24 |
Exploring the Efficiency Limits of VLM with LLM-based Vision Encoders
|
| 25 |
</h4>
|
|
@@ -90,7 +90,7 @@ Main Results can see the ablation section in our paper.
|
|
| 90 |
|
| 91 |
## Citation
|
| 92 |
|
| 93 |
-
If you find
|
| 94 |
```bibtex
|
| 95 |
...
|
| 96 |
```
|
|
|
|
| 19 |
</p>
|
| 20 |
|
| 21 |
|
| 22 |
+
<h2 align="center">Vision Encoder of Penguin-VL</h2>
|
| 23 |
<h4 align="center">
|
| 24 |
Exploring the Efficiency Limits of VLM with LLM-based Vision Encoders
|
| 25 |
</h4>
|
|
|
|
| 90 |
|
| 91 |
## Citation
|
| 92 |
|
| 93 |
+
If you find Penguin-VL useful for your research and applications, please cite using this BibTeX:
|
| 94 |
```bibtex
|
| 95 |
...
|
| 96 |
```
|