lbourdois commited on
Commit
25eda2a
·
verified ·
1 Parent(s): 2ce67ae

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 -50
README.md CHANGED
@@ -1,51 +1,63 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-32B-Instruct
4
- library_name: transformers
5
- tags:
6
- - mergekit
7
- license: mit
8
- language:
9
- - en
10
- pipeline_tag: text-generation
11
- ---
12
- # merge
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) as a base.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [allura-org/Qwen2.5-32b-RP-Ink](https://huggingface.co/allura-org/Qwen2.5-32b-RP-Ink)
25
- * [fblgit/TheBeagle-v2beta-32B-MGS](https://huggingface.co/fblgit/TheBeagle-v2beta-32B-MGS)
26
- * [Qwen/Qwen2.5-Coder-32B](https://huggingface.co/Qwen/Qwen2.5-Coder-32B)
27
- * [Qwen/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview)
28
- * [tanliboy/lambda-qwen2.5-32b-dpo-test](https://huggingface.co/tanliboy/lambda-qwen2.5-32b-dpo-test)
29
- * [huihui-ai/QwQ-32B-Preview-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-Preview-abliterated)
30
- * [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B)
31
-
32
- ### Configuration
33
-
34
- The following YAML configuration was used to produce this model:
35
-
36
- ```yaml
37
- models:
38
- - model: Qwen/QwQ-32B-Preview #logic
39
- - model: huihui-ai/QwQ-32B-Preview-abliterated #uncensored
40
- - model: Qwen/Qwen2.5-32B #text generation
41
- - model: Qwen/Qwen2.5-32B-Instruct #chat assistant
42
- - model: Qwen/Qwen2.5-Coder-32B #coding
43
- - model: fblgit/TheBeagle-v2beta-32B-MGS #math
44
- - model: tanliboy/lambda-qwen2.5-32b-dpo-test #dpo
45
- - model: allura-org/Qwen2.5-32b-RP-Ink # RP
46
- merge_method: model_stock
47
- base_model: Qwen/Qwen2.5-32B-Instruct
48
- normalize: true
49
- int8_mask: true
50
- dtype: bfloat16
 
 
 
 
 
 
 
 
 
 
 
 
51
  ```
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-32B-Instruct
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ license: mit
8
+ language:
9
+ - zho
10
+ - eng
11
+ - fra
12
+ - spa
13
+ - por
14
+ - deu
15
+ - ita
16
+ - rus
17
+ - jpn
18
+ - kor
19
+ - vie
20
+ - tha
21
+ - ara
22
+ pipeline_tag: text-generation
23
+ ---
24
+ # merge
25
+
26
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
27
+
28
+ ## Merge Details
29
+ ### Merge Method
30
+
31
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) as a base.
32
+
33
+ ### Models Merged
34
+
35
+ The following models were included in the merge:
36
+ * [allura-org/Qwen2.5-32b-RP-Ink](https://huggingface.co/allura-org/Qwen2.5-32b-RP-Ink)
37
+ * [fblgit/TheBeagle-v2beta-32B-MGS](https://huggingface.co/fblgit/TheBeagle-v2beta-32B-MGS)
38
+ * [Qwen/Qwen2.5-Coder-32B](https://huggingface.co/Qwen/Qwen2.5-Coder-32B)
39
+ * [Qwen/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview)
40
+ * [tanliboy/lambda-qwen2.5-32b-dpo-test](https://huggingface.co/tanliboy/lambda-qwen2.5-32b-dpo-test)
41
+ * [huihui-ai/QwQ-32B-Preview-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-Preview-abliterated)
42
+ * [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B)
43
+
44
+ ### Configuration
45
+
46
+ The following YAML configuration was used to produce this model:
47
+
48
+ ```yaml
49
+ models:
50
+ - model: Qwen/QwQ-32B-Preview #logic
51
+ - model: huihui-ai/QwQ-32B-Preview-abliterated #uncensored
52
+ - model: Qwen/Qwen2.5-32B #text generation
53
+ - model: Qwen/Qwen2.5-32B-Instruct #chat assistant
54
+ - model: Qwen/Qwen2.5-Coder-32B #coding
55
+ - model: fblgit/TheBeagle-v2beta-32B-MGS #math
56
+ - model: tanliboy/lambda-qwen2.5-32b-dpo-test #dpo
57
+ - model: allura-org/Qwen2.5-32b-RP-Ink # RP
58
+ merge_method: model_stock
59
+ base_model: Qwen/Qwen2.5-32B-Instruct
60
+ normalize: true
61
+ int8_mask: true
62
+ dtype: bfloat16
63
  ```