Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,36 +1,48 @@
|
|
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 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- zho
|
11 |
+
- eng
|
12 |
+
- fra
|
13 |
+
- spa
|
14 |
+
- por
|
15 |
+
- deu
|
16 |
+
- ita
|
17 |
+
- rus
|
18 |
+
- jpn
|
19 |
+
- kor
|
20 |
+
- vie
|
21 |
+
- tha
|
22 |
+
- ara
|
23 |
+
pipeline_tag: text-generation
|
24 |
+
tags:
|
25 |
+
- chat
|
26 |
+
---
|
27 |
+
|
28 |
+
# Qwen2.5-3B-Instruct-GGUF
|
29 |
+
|
30 |
+
## Original Model
|
31 |
+
|
32 |
+
[Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
|
33 |
+
|
34 |
+
## Run with Gaianet
|
35 |
+
|
36 |
+
**Prompt template**
|
37 |
+
|
38 |
+
prompt template: `chatml`
|
39 |
+
|
40 |
+
**Context size**
|
41 |
+
|
42 |
+
chat_ctx_size: `32000`
|
43 |
+
|
44 |
+
**Run with GaiaNet**
|
45 |
+
|
46 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
47 |
+
|
48 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|