lbourdois commited on
Commit
91b19ed
·
verified ·
1 Parent(s): 46ee4d7

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 +51 -38
README.md CHANGED
@@ -1,39 +1,52 @@
1
- ---
2
- base_model:
3
- - Qwen/Qwen2.5-0.5B-Instruct
4
- library_name: transformers
5
- tags:
6
- - mergekit
7
- - merge
8
-
9
- ---
10
- # merge
11
-
12
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
13
-
14
- ## Merge Details
15
- ### Merge Method
16
-
17
- This model was merged using the [Model Noiser](https://example.com/docs) merge method.
18
-
19
- ### Models Merged
20
-
21
- The following models were included in the merge:
22
- * [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)
23
-
24
- ### Configuration
25
-
26
- The following YAML configuration was used to produce this model:
27
-
28
- ```yaml
29
- merge_method: model_noiser
30
- models:
31
- - model: Qwen/Qwen2.5-0.5B-Instruct
32
- parameters:
33
- normalize: true
34
- noise_stddev: 0.02 # adjust as needed
35
-
36
- ```
37
- ## ***WARNING***
38
- The YAML config used does NOT work in mergekit normally.
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  You need my fork for this.
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-0.5B-Instruct
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
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
+ ---
23
+ # merge
24
+
25
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
26
+
27
+ ## Merge Details
28
+ ### Merge Method
29
+
30
+ This model was merged using the [Model Noiser](https://example.com/docs) merge method.
31
+
32
+ ### Models Merged
33
+
34
+ The following models were included in the merge:
35
+ * [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)
36
+
37
+ ### Configuration
38
+
39
+ The following YAML configuration was used to produce this model:
40
+
41
+ ```yaml
42
+ merge_method: model_noiser
43
+ models:
44
+ - model: Qwen/Qwen2.5-0.5B-Instruct
45
+ parameters:
46
+ normalize: true
47
+ noise_stddev: 0.02 # adjust as needed
48
+
49
+ ```
50
+ ## ***WARNING***
51
+ The YAML config used does NOT work in mergekit normally.
52
  You need my fork for this.