lbourdois commited on
Commit
3f60329
·
verified ·
1 Parent(s): 8ef0b5b

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 +56 -44
README.md CHANGED
@@ -1,45 +1,57 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-32B
4
- - Qwen/Qwen2.5-32B-Instruct
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
- license: apache-2.0
10
- language:
11
- - en
12
- ---
13
- # Re:ultiima-32B
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using Qwen/Qwen2.5-32B as a base.
21
-
22
- ### Models Merged
23
-
24
- The following models were included in the merge:
25
- * Qwen/Qwen2.5-32B-Instruct
26
-
27
- ### Configuration
28
-
29
- The following YAML configuration was used to produce this model:
30
-
31
- ```yaml
32
- models:
33
- - model: Qwen/Qwen2.5-32B-Instruct
34
- parameters:
35
- weight: 1
36
- density: 1
37
- merge_method: ties
38
- base_model: Qwen/Qwen2.5-32B
39
- parameters:
40
- weight: 1
41
- density: 1
42
- normalize: true
43
- int8_mask: true
44
- dtype: float16
 
 
 
 
 
 
 
 
 
 
 
 
45
  ```
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-32B
4
+ - Qwen/Qwen2.5-32B-Instruct
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ license: apache-2.0
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
+ # Re:ultiima-32B
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using Qwen/Qwen2.5-32B as a base.
33
+
34
+ ### Models Merged
35
+
36
+ The following models were included in the merge:
37
+ * Qwen/Qwen2.5-32B-Instruct
38
+
39
+ ### Configuration
40
+
41
+ The following YAML configuration was used to produce this model:
42
+
43
+ ```yaml
44
+ models:
45
+ - model: Qwen/Qwen2.5-32B-Instruct
46
+ parameters:
47
+ weight: 1
48
+ density: 1
49
+ merge_method: ties
50
+ base_model: Qwen/Qwen2.5-32B
51
+ parameters:
52
+ weight: 1
53
+ density: 1
54
+ normalize: true
55
+ int8_mask: true
56
+ dtype: float16
57
  ```