Instructions to use WhaletechAI/W1-4B-dLLM-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WhaletechAI/W1-4B-dLLM-Base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WhaletechAI/W1-4B-dLLM-Base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
cfa6013
1
Parent(s): 267f903
Add demo gif to README
Browse files
README.md
CHANGED
|
@@ -22,6 +22,10 @@ library_name: transformers
|
|
| 22 |
</a>
|
| 23 |
</div>
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
> Technical usage and inference docs: [TECHNICAL_README.md](https://huggingface.co/WhaletechAI/W1-4B-dLLM-Base/blob/main/TECHNICAL_README.md)
|
| 26 |
|
| 27 |
## ✨ 概述 | Overview
|
|
|
|
| 22 |
</a>
|
| 23 |
</div>
|
| 24 |
|
| 25 |
+
<div align="center" style="margin-top: 16px;">
|
| 26 |
+
<img src="https://huggingface.co/WhaletechAI/W1-4B-dLLM-Base/resolve/main/assets/whaledemo.gif" width="720" alt="W1-4B dLLM Demo" />
|
| 27 |
+
</div>
|
| 28 |
+
|
| 29 |
> Technical usage and inference docs: [TECHNICAL_README.md](https://huggingface.co/WhaletechAI/W1-4B-dLLM-Base/blob/main/TECHNICAL_README.md)
|
| 30 |
|
| 31 |
## ✨ 概述 | Overview
|