lbourdois commited on
Commit
ca0e257
·
verified ·
1 Parent(s): e8cb347

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 +61 -48
README.md CHANGED
@@ -1,48 +1,61 @@
1
- ---
2
- base_model:
3
- - fblgit/cybertron-v4-qw7B-UNAMGS
4
- - FuseAI/FuseChat-Qwen-2.5-7B-Instruct
5
- - Qwen/Qwen2.5-7B-Instruct
6
- library_name: transformers
7
- tags:
8
- - mergekit
9
- - merge
10
-
11
- ---
12
- # merge
13
-
14
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
-
16
- ## Merge Details
17
- ### Merge Method
18
-
19
- This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [fblgit/cybertron-v4-qw7B-UNAMGS](https://huggingface.co/fblgit/cybertron-v4-qw7B-UNAMGS)
25
- * [FuseAI/FuseChat-Qwen-2.5-7B-Instruct](https://huggingface.co/FuseAI/FuseChat-Qwen-2.5-7B-Instruct)
26
- * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
27
-
28
- ### Configuration
29
-
30
- The following YAML configuration was used to produce this model:
31
-
32
- ```yaml
33
- models:
34
- - model: FuseAI/FuseChat-Qwen-2.5-7B-Instruct
35
- parameters:
36
- weight: 1.0
37
- - model: Qwen/Qwen2.5-7B-Instruct
38
- parameters:
39
- weight: 1.0
40
- - model: fblgit/cybertron-v4-qw7B-UNAMGS
41
- parameters:
42
- weight: 1.0
43
- merge_method: linear
44
- normalize: false
45
- int8_mask: true
46
- dtype: bfloat16
47
-
48
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - fblgit/cybertron-v4-qw7B-UNAMGS
4
+ - FuseAI/FuseChat-Qwen-2.5-7B-Instruct
5
+ - Qwen/Qwen2.5-7B-Instruct
6
+ library_name: transformers
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+ language:
11
+ - zho
12
+ - eng
13
+ - fra
14
+ - spa
15
+ - por
16
+ - deu
17
+ - ita
18
+ - rus
19
+ - jpn
20
+ - kor
21
+ - vie
22
+ - tha
23
+ - ara
24
+ ---
25
+ # merge
26
+
27
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
28
+
29
+ ## Merge Details
30
+ ### Merge Method
31
+
32
+ This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
33
+
34
+ ### Models Merged
35
+
36
+ The following models were included in the merge:
37
+ * [fblgit/cybertron-v4-qw7B-UNAMGS](https://huggingface.co/fblgit/cybertron-v4-qw7B-UNAMGS)
38
+ * [FuseAI/FuseChat-Qwen-2.5-7B-Instruct](https://huggingface.co/FuseAI/FuseChat-Qwen-2.5-7B-Instruct)
39
+ * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
40
+
41
+ ### Configuration
42
+
43
+ The following YAML configuration was used to produce this model:
44
+
45
+ ```yaml
46
+ models:
47
+ - model: FuseAI/FuseChat-Qwen-2.5-7B-Instruct
48
+ parameters:
49
+ weight: 1.0
50
+ - model: Qwen/Qwen2.5-7B-Instruct
51
+ parameters:
52
+ weight: 1.0
53
+ - model: fblgit/cybertron-v4-qw7B-UNAMGS
54
+ parameters:
55
+ weight: 1.0
56
+ merge_method: linear
57
+ normalize: false
58
+ int8_mask: true
59
+ dtype: bfloat16
60
+
61
+ ```