ddh0 lbourdois commited on
Commit
5635f4b
·
verified ·
1 Parent(s): af42041

Improve language tag (#2)

Browse files

- Improve language tag (56fdffcf3e7a67c10624c30d8e58739a00b882b6)


Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +33 -21
README.md CHANGED
@@ -1,22 +1,34 @@
1
- ---
2
- license: other
3
- license_name: qwen
4
- license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
5
- language:
6
- - en
7
- pipeline_tag: text-generation
8
- base_model:
9
- - Qwen/Qwen2.5-72B
10
- - Qwen/Qwen2.5-72B-Instruct
11
- base_model_relation: merge
12
- tags:
13
- - chat
14
- library_name: transformers
15
- ---
16
- # Qwen2.5-72B-0.6x-Instruct
17
-
18
- This is a linear merge of [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) at weight `0.6` and [Qwen/Qwen2.5-72B](https://huggingface.co/Qwen/Qwen2.5-72B) at weight `0.4`.
19
-
20
- The resulting model is 60% Instruct and 40% base model, hence the name **`0.6x-Instruct`**.
21
-
 
 
 
 
 
 
 
 
 
 
 
 
22
  The goal of the merge was to make the Instruct model more flexible and less rigid. After some initial testing, I think the resulting model meets this goal, and I find it useful and interesting enough to warrant publishing.
 
1
+ ---
2
+ license: other
3
+ license_name: qwen
4
+ license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
5
+ language:
6
+ - zho
7
+ - eng
8
+ - fra
9
+ - spa
10
+ - por
11
+ - deu
12
+ - ita
13
+ - rus
14
+ - jpn
15
+ - kor
16
+ - vie
17
+ - tha
18
+ - ara
19
+ pipeline_tag: text-generation
20
+ base_model:
21
+ - Qwen/Qwen2.5-72B
22
+ - Qwen/Qwen2.5-72B-Instruct
23
+ base_model_relation: merge
24
+ tags:
25
+ - chat
26
+ library_name: transformers
27
+ ---
28
+ # Qwen2.5-72B-0.6x-Instruct
29
+
30
+ This is a linear merge of [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) at weight `0.6` and [Qwen/Qwen2.5-72B](https://huggingface.co/Qwen/Qwen2.5-72B) at weight `0.4`.
31
+
32
+ The resulting model is 60% Instruct and 40% base model, hence the name **`0.6x-Instruct`**.
33
+
34
  The goal of the merge was to make the Instruct model more flexible and less rigid. After some initial testing, I think the resulting model meets this goal, and I find it useful and interesting enough to warrant publishing.