Improve language tag
Browse filesHi! 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.
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 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|