apepkuss79
commited on
Commit
•
d3f81cf
1
Parent(s):
b47bd21
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-3B-Instruct
|
3 |
+
license: other
|
4 |
+
license_name: qwen-research
|
5 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-3B-Instruct/blob/main/LICENSEE
|
6 |
+
model_creator: Qwen
|
7 |
+
model_name: QQwen2.5-3B-Instruct
|
8 |
+
quantized_by: Second State Inc.
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
tags:
|
13 |
+
- chat
|
14 |
+
---
|
15 |
+
|
16 |
+
# Qwen2.5-3B-Instruct-GGUF
|
17 |
+
|
18 |
+
## Original Model
|
19 |
+
|
20 |
+
[Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
|
21 |
+
|
22 |
+
## Run with Gaianet
|
23 |
+
|
24 |
+
**Prompt template**
|
25 |
+
|
26 |
+
prompt template: `chatml`
|
27 |
+
|
28 |
+
**Context size**
|
29 |
+
|
30 |
+
chat_ctx_size: `32000`
|
31 |
+
|
32 |
+
**Run with GaiaNet**
|
33 |
+
|
34 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
35 |
+
|
36 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|