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