Improve language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +57 -44
README.md CHANGED
@@ -1,44 +1,57 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-14B
4
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
5
- - realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged
6
- library_name: transformers
7
- tags:
8
- - mergekit
9
- - merge
10
-
11
- ---
12
- # FuseO1-DeepSeekR1-Merged-Qwen2.5Coder14B
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 sce merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B)
25
- * [realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged](https://huggingface.co/realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged)
26
-
27
- ### Configuration
28
-
29
- The following YAML configuration was used to produce this model:
30
-
31
- ```yaml
32
- models:
33
- # Pivot model
34
- - model: Qwen/Qwen2.5-14B
35
- # Target models
36
- - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
37
- - model: realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged
38
- merge_method: sce
39
- base_model: Qwen/Qwen2.5-14B
40
- parameters:
41
- select_topk: 1.0
42
- dtype: bfloat16
43
-
44
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-14B
4
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
5
+ - realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged
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
+ # FuseO1-DeepSeekR1-Merged-Qwen2.5Coder14B
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 sce merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
33
+
34
+ ### Models Merged
35
+
36
+ The following models were included in the merge:
37
+ * [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B)
38
+ * [realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged](https://huggingface.co/realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged)
39
+
40
+ ### Configuration
41
+
42
+ The following YAML configuration was used to produce this model:
43
+
44
+ ```yaml
45
+ models:
46
+ # Pivot model
47
+ - model: Qwen/Qwen2.5-14B
48
+ # Target models
49
+ - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
50
+ - model: realYinkaIyiola/Deepseek-R1-Distill-14B-Math-Code-Merged
51
+ merge_method: sce
52
+ base_model: Qwen/Qwen2.5-14B
53
+ parameters:
54
+ select_topk: 1.0
55
+ dtype: bfloat16
56
+
57
+ ```