Instructions to use Kwai-Keye/Keye-VL-8B-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kwai-Keye/Keye-VL-8B-Preview with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Kwai-Keye/Keye-VL-8B-Preview", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ library_name: transformers
|
|
| 15 |
<img src="asset/keye_logo_2.png" width="100%" alt="Kwai Keye-VL Logo">
|
| 16 |
</div>
|
| 17 |
|
| 18 |
-
<font size=3><div align='center' > [[π Home Page](https://kwai-keye.github.io/)] [[π Technical Report]()] [[π Models](https://huggingface.co/Kwai-Keye)] </div></font>
|
| 19 |
|
| 20 |
## π₯ News
|
| 21 |
* **`2025.06.26`** π We are very proud to launch **Kwai Keye-VL**, a cutting-edge multimodal large language model meticulously crafted by the **Kwai Keye Team** at [Kuaishou](https://www.kuaishou.com/). As a cornerstone AI product within Kuaishou's advanced technology ecosystem, Keye excels in video understanding, visual perception, and reasoning tasks, setting new benchmarks in performance. Our team is working tirelessly to push the boundaries of what's possible, so stay tuned for more exciting updates!
|
|
|
|
| 15 |
<img src="asset/keye_logo_2.png" width="100%" alt="Kwai Keye-VL Logo">
|
| 16 |
</div>
|
| 17 |
|
| 18 |
+
<font size=3><div align='center' > [[π Home Page](https://kwai-keye.github.io/)] [[π Technical Report]()] [[π Models](https://huggingface.co/Kwai-Keye)] [[π Demo](https://huggingface.co/spaces/Kwai-Keye/Keye-VL-8B-Preview)] </div></font>
|
| 19 |
|
| 20 |
## π₯ News
|
| 21 |
* **`2025.06.26`** π We are very proud to launch **Kwai Keye-VL**, a cutting-edge multimodal large language model meticulously crafted by the **Kwai Keye Team** at [Kuaishou](https://www.kuaishou.com/). As a cornerstone AI product within Kuaishou's advanced technology ecosystem, Keye excels in video understanding, visual perception, and reasoning tasks, setting new benchmarks in performance. Our team is working tirelessly to push the boundaries of what's possible, so stay tuned for more exciting updates!
|