lbourdois commited on
Commit
863a423
·
verified ·
1 Parent(s): 1511e4d

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 +62 -49
README.md CHANGED
@@ -1,49 +1,62 @@
1
- ---
2
- base_model:
3
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
4
- - Qwen/Qwen2.5-14B-Instruct
5
- - Qwen/Qwen2.5-14B
6
- - arcee-ai/Virtuoso-Small-v2
7
- library_name: transformers
8
- tags:
9
- - mergekit
10
- - merge
11
-
12
- ---
13
- # CoderO1-DeepSeekR1-14B-Preview-v2
14
-
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
-
17
- ## Merge Details
18
- ### Merge Method
19
-
20
- This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
21
-
22
- ### Models Merged
23
-
24
- The following models were included in the merge:
25
- * [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B)
26
- * [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
27
- * [arcee-ai/Virtuoso-Small-v2](https://huggingface.co/arcee-ai/Virtuoso-Small-v2)
28
-
29
- ### Configuration
30
-
31
- The following YAML configuration was used to produce this model:
32
-
33
- ```yaml
34
- models:
35
- # Pivot model
36
- - model: Qwen/Qwen2.5-14B
37
- # Target models
38
- - model: Qwen/Qwen2.5-14B-Instruct
39
- - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
40
- - model: arcee-ai/Virtuoso-Small-v2
41
- merge_method: sce
42
- base_model: Qwen/Qwen2.5-14B
43
- tokenizer:
44
- source: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
45
- parameters:
46
- select_topk: 1.0
47
- dtype: bfloat16
48
-
49
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
4
+ - Qwen/Qwen2.5-14B-Instruct
5
+ - Qwen/Qwen2.5-14B
6
+ - arcee-ai/Virtuoso-Small-v2
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
+ # CoderO1-DeepSeekR1-14B-Preview-v2
27
+
28
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
29
+
30
+ ## Merge Details
31
+ ### Merge Method
32
+
33
+ This model was merged using the [SCE](https://arxiv.org/abs/2408.07990) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
34
+
35
+ ### Models Merged
36
+
37
+ The following models were included in the merge:
38
+ * [deepseek-ai/DeepSeek-R1-Distill-Qwen-14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B)
39
+ * [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
40
+ * [arcee-ai/Virtuoso-Small-v2](https://huggingface.co/arcee-ai/Virtuoso-Small-v2)
41
+
42
+ ### Configuration
43
+
44
+ The following YAML configuration was used to produce this model:
45
+
46
+ ```yaml
47
+ models:
48
+ # Pivot model
49
+ - model: Qwen/Qwen2.5-14B
50
+ # Target models
51
+ - model: Qwen/Qwen2.5-14B-Instruct
52
+ - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
53
+ - model: arcee-ai/Virtuoso-Small-v2
54
+ merge_method: sce
55
+ base_model: Qwen/Qwen2.5-14B
56
+ tokenizer:
57
+ source: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
58
+ parameters:
59
+ select_topk: 1.0
60
+ dtype: bfloat16
61
+
62
+ ```