lbourdois commited on
Commit
2a79926
·
verified ·
1 Parent(s): 310dd5d

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
- - Qwen/Qwen2.5-14B-Instruct
4
- - mergekit-community/mergekit-ties-dvjxpbu
5
- - mergekit-community/mergekit-task_arithmetic-yxycruu
6
- - JungZoona/T3Q-qwen2.5-14b-v1.2-e2
7
- - sthenno-com/miscii-14b-0218
8
- - prithivMLmods/Galactic-Qwen-14B-Exp2
9
- library_name: transformers
10
- tags:
11
- - mergekit
12
- - merge
13
-
14
- ---
15
- # merge
16
-
17
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
-
19
- ## Merge Details
20
- ### Merge Method
21
-
22
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) as a base.
23
-
24
- ### Models Merged
25
-
26
- The following models were included in the merge:
27
- * [mergekit-community/mergekit-ties-dvjxpbu](https://huggingface.co/mergekit-community/mergekit-ties-dvjxpbu)
28
- * [mergekit-community/mergekit-task_arithmetic-yxycruu](https://huggingface.co/mergekit-community/mergekit-task_arithmetic-yxycruu)
29
- * [JungZoona/T3Q-qwen2.5-14b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2)
30
- * [sthenno-com/miscii-14b-0218](https://huggingface.co/sthenno-com/miscii-14b-0218)
31
- * [prithivMLmods/Galactic-Qwen-14B-Exp2](https://huggingface.co/prithivMLmods/Galactic-Qwen-14B-Exp2)
32
-
33
- ### Configuration
34
-
35
- The following YAML configuration was used to produce this model:
36
-
37
- ```yaml
38
- models:
39
- - model: sthenno-com/miscii-14b-0218
40
- - model: mergekit-community/mergekit-ties-dvjxpbu
41
- - model: prithivMLmods/Galactic-Qwen-14B-Exp2
42
- - model: JungZoona/T3Q-qwen2.5-14b-v1.2-e2
43
- - model: mergekit-community/mergekit-task_arithmetic-yxycruu
44
- merge_method: model_stock
45
- base_model: Qwen/Qwen2.5-14B-Instruct
46
- dtype: bfloat16
47
- tokenizer_source: Qwen/Qwen2.5-14B-Instruct
48
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-14B-Instruct
4
+ - mergekit-community/mergekit-ties-dvjxpbu
5
+ - mergekit-community/mergekit-task_arithmetic-yxycruu
6
+ - JungZoona/T3Q-qwen2.5-14b-v1.2-e2
7
+ - sthenno-com/miscii-14b-0218
8
+ - prithivMLmods/Galactic-Qwen-14B-Exp2
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ language:
14
+ - zho
15
+ - eng
16
+ - fra
17
+ - spa
18
+ - por
19
+ - deu
20
+ - ita
21
+ - rus
22
+ - jpn
23
+ - kor
24
+ - vie
25
+ - tha
26
+ - ara
27
+ ---
28
+ # merge
29
+
30
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
31
+
32
+ ## Merge Details
33
+ ### Merge Method
34
+
35
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) as a base.
36
+
37
+ ### Models Merged
38
+
39
+ The following models were included in the merge:
40
+ * [mergekit-community/mergekit-ties-dvjxpbu](https://huggingface.co/mergekit-community/mergekit-ties-dvjxpbu)
41
+ * [mergekit-community/mergekit-task_arithmetic-yxycruu](https://huggingface.co/mergekit-community/mergekit-task_arithmetic-yxycruu)
42
+ * [JungZoona/T3Q-qwen2.5-14b-v1.2-e2](https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.2-e2)
43
+ * [sthenno-com/miscii-14b-0218](https://huggingface.co/sthenno-com/miscii-14b-0218)
44
+ * [prithivMLmods/Galactic-Qwen-14B-Exp2](https://huggingface.co/prithivMLmods/Galactic-Qwen-14B-Exp2)
45
+
46
+ ### Configuration
47
+
48
+ The following YAML configuration was used to produce this model:
49
+
50
+ ```yaml
51
+ models:
52
+ - model: sthenno-com/miscii-14b-0218
53
+ - model: mergekit-community/mergekit-ties-dvjxpbu
54
+ - model: prithivMLmods/Galactic-Qwen-14B-Exp2
55
+ - model: JungZoona/T3Q-qwen2.5-14b-v1.2-e2
56
+ - model: mergekit-community/mergekit-task_arithmetic-yxycruu
57
+ merge_method: model_stock
58
+ base_model: Qwen/Qwen2.5-14B-Instruct
59
+ dtype: bfloat16
60
+ tokenizer_source: Qwen/Qwen2.5-14B-Instruct
61
+ ```