Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
3 |
+
tags:
|
4 |
+
- mlc-llm
|
5 |
+
- web-llm
|
6 |
+
---
|
7 |
+
|
8 |
+
# DeepSeek-R1-Distill-Qwen-1.5B-q4f16_1-MLC
|
9 |
+
|
10 |
+
This is the [DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) model in MLC format `q4f16_1`.
|
11 |
+
The model can be used for projects [MLC-LLM](https://github.com/mlc-ai/mlc-llm) and [WebLLM](https://github.com/mlc-ai/web-llm).
|
12 |
+
The model library for webgpu (.wasm file) is also included.
|