Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
3 |
+
license: mit
|
4 |
+
model_creator: deepseek-ai
|
5 |
+
model_name: DeepSeek-R1-Distill-Qwen-1.5B
|
6 |
+
quantized_by: Second State Inc.
|
7 |
+
library_name: transformers
|
8 |
+
---
|
9 |
+
|
10 |
+
# DeepSeek-R1-Distill-Qwen-1.5B-GGUF
|
11 |
+
|
12 |
+
## Original Model
|
13 |
+
|
14 |
+
[deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|
15 |
+
|
16 |
+
## Run with Gaianet
|
17 |
+
|
18 |
+
**Prompt template**
|
19 |
+
|
20 |
+
prompt template: coming soon
|
21 |
+
|
22 |
+
**Context size**
|
23 |
+
|
24 |
+
chat_ctx_size: `128000`
|
25 |
+
|
26 |
+
**Run with GaiaNet**
|
27 |
+
|
28 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
29 |
+
|
30 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
31 |
+
|
32 |
+
*Quantized with llama.cpp b4519*
|