Locutusque lbourdois commited on
Commit
e6d802a
·
verified ·
1 Parent(s): 3c4b6ce

Improve language tag (#1)

Browse files

- Improve language tag (87c69034c22e60d1b68fc5874ace774050f7e46a)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +60 -47
README.md CHANGED
@@ -1,47 +1,60 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-7B
4
- - Qwen/Qwen2.5-Coder-7B-Instruct
5
- - Qwen/Qwen2.5-7B-Instruct
6
- - Qwen/Qwen2.5-Math-7B-Instruct
7
- library_name: transformers
8
- tags:
9
- - mergekit
10
- - merge
11
-
12
- ---
13
- # merge
14
-
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). Requires fine-tuning.
16
-
17
- ## Merge Details
18
- ### Merge Method
19
-
20
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
21
-
22
- ### Models Merged
23
-
24
- The following models were included in the merge:
25
- * [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
26
- * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
27
- * [Qwen/Qwen2.5-Math-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct)
28
-
29
- ### Configuration
30
-
31
- The following YAML configuration was used to produce this model:
32
-
33
- ```yaml
34
- models:
35
- - model: Qwen/Qwen2.5-7B
36
-
37
- - model: Qwen/Qwen2.5-7B-Instruct
38
-
39
- - model: Qwen/Qwen2.5-Coder-7B-Instruct
40
-
41
- - model: Qwen/Qwen2.5-Math-7B-Instruct
42
-
43
- merge_method: model_stock
44
- base_model: Qwen/Qwen2.5-7B
45
- dtype: bfloat16
46
-
47
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-7B
4
+ - Qwen/Qwen2.5-Coder-7B-Instruct
5
+ - Qwen/Qwen2.5-7B-Instruct
6
+ - Qwen/Qwen2.5-Math-7B-Instruct
7
+ library_name: transformers
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+ language:
12
+ - zho
13
+ - eng
14
+ - fra
15
+ - spa
16
+ - por
17
+ - deu
18
+ - ita
19
+ - rus
20
+ - jpn
21
+ - kor
22
+ - vie
23
+ - tha
24
+ - ara
25
+ ---
26
+ # merge
27
+
28
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). Requires fine-tuning.
29
+
30
+ ## Merge Details
31
+ ### Merge Method
32
+
33
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
34
+
35
+ ### Models Merged
36
+
37
+ The following models were included in the merge:
38
+ * [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
39
+ * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
40
+ * [Qwen/Qwen2.5-Math-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Math-7B-Instruct)
41
+
42
+ ### Configuration
43
+
44
+ The following YAML configuration was used to produce this model:
45
+
46
+ ```yaml
47
+ models:
48
+ - model: Qwen/Qwen2.5-7B
49
+
50
+ - model: Qwen/Qwen2.5-7B-Instruct
51
+
52
+ - model: Qwen/Qwen2.5-Coder-7B-Instruct
53
+
54
+ - model: Qwen/Qwen2.5-Math-7B-Instruct
55
+
56
+ merge_method: model_stock
57
+ base_model: Qwen/Qwen2.5-7B
58
+ dtype: bfloat16
59
+
60
+ ```