lbourdois commited on
Commit
44e0901
·
verified ·
1 Parent(s): 720631b

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +48 -36
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
- - 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
 
 
 
 
 
 
 
 
 
 
 
 
 
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