Files changed (1) hide show
  1. README.md +56 -43
README.md CHANGED
@@ -1,43 +1,56 @@
1
- ---
2
- base_model:
3
- - suayptalha/Lamarckvergence-14B
4
- - JungZoona/T3Q-qwen2.5-14b-v1.2-e2
5
- - prithivMLmods/Galactic-Qwen-14B-Exp2
6
- - Qwen/Qwen2.5-14B
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).
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-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
- * [suayptalha/Lamarckvergence-14B](https://huggingface.co/suayptalha/Lamarckvergence-14B)
26
- * [JungZoona/T3Q-qwen2.5-14b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2)
27
- * [prithivMLmods/Galactic-Qwen-14B-Exp2](https://huggingface.co/prithivMLmods/Galactic-Qwen-14B-Exp2)
28
-
29
- ### Configuration
30
-
31
- The following YAML configuration was used to produce this model:
32
-
33
- ```yaml
34
- models:
35
- - model: suayptalha/Lamarckvergence-14B
36
- - model: prithivMLmods/Galactic-Qwen-14B-Exp2
37
- - model: JungZoona/T3Q-qwen2.5-14b-v1.2-e2
38
- merge_method: model_stock
39
- base_model: Qwen/Qwen2.5-14B
40
- dtype: bfloat16
41
- tokenizer_source: Qwen/Qwen2.5-14B-Instruct
42
-
43
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - suayptalha/Lamarckvergence-14B
4
+ - JungZoona/T3Q-qwen2.5-14b-v1.2-e2
5
+ - prithivMLmods/Galactic-Qwen-14B-Exp2
6
+ - Qwen/Qwen2.5-14B
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).
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-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
+ * [suayptalha/Lamarckvergence-14B](https://huggingface.co/suayptalha/Lamarckvergence-14B)
39
+ * [JungZoona/T3Q-qwen2.5-14b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2)
40
+ * [prithivMLmods/Galactic-Qwen-14B-Exp2](https://huggingface.co/prithivMLmods/Galactic-Qwen-14B-Exp2)
41
+
42
+ ### Configuration
43
+
44
+ The following YAML configuration was used to produce this model:
45
+
46
+ ```yaml
47
+ models:
48
+ - model: suayptalha/Lamarckvergence-14B
49
+ - model: prithivMLmods/Galactic-Qwen-14B-Exp2
50
+ - model: JungZoona/T3Q-qwen2.5-14b-v1.2-e2
51
+ merge_method: model_stock
52
+ base_model: Qwen/Qwen2.5-14B
53
+ dtype: bfloat16
54
+ tokenizer_source: Qwen/Qwen2.5-14B-Instruct
55
+
56
+ ```