Video-Text-to-Text
Transformers
Safetensors
English
KeyeVL
text-generation
multimodal
custom_code
fp8
Instructions to use Kwai-Keye/Keye-VL-671B-A37B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kwai-Keye/Keye-VL-671B-A37B with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Kwai-Keye/Keye-VL-671B-A37B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,20 @@ tags:
|
|
| 10 |
|
| 11 |
# Keye-VL-671B-A37B
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
Meet Keye-VL-671B-A37B — the most powerful multi-modal language model in the Keye series to date.
|
| 15 |
|
|
|
|
| 10 |
|
| 11 |
# Keye-VL-671B-A37B
|
| 12 |
|
| 13 |
+
<div align="center">
|
| 14 |
+
<img src="asset/keye_logo_2.png" width="100%" alt="Kwai Keye-VL Logo">
|
| 15 |
+
</div>
|
| 16 |
+
|
| 17 |
+
<font size=3><div align='center' >
|
| 18 |
+
[[𝕏 X](https://x.com/KwaiKeye)]
|
| 19 |
+
[[💬 Discord](https://discord.gg/4Q6AmzxpEK)]
|
| 20 |
+
[[🍎 Home Page](https://kwai-keye.github.io/)]
|
| 21 |
+
[[📖 Technical Report](https://arxiv.org/abs/2509.01563)]
|
| 22 |
+
[[💻 GitHub Repository](https://github.com/Kwai-Keye/Keye)]
|
| 23 |
+
[[📊 Keye-VL-8B-Preview](https://huggingface.co/Kwai-Keye/Keye-VL-8B-Preview) ]
|
| 24 |
+
[[📊 Keye-VL-1.5-8B](https://huggingface.co/Kwai-Keye/Keye-VL-1_5-8B/) ]
|
| 25 |
+
[[🚀 Demo](https://huggingface.co/spaces/Kwai-Keye/Keye-VL-8B-Preview)]
|
| 26 |
+
</div></font>
|
| 27 |
|
| 28 |
Meet Keye-VL-671B-A37B — the most powerful multi-modal language model in the Keye series to date.
|
| 29 |
|