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,42 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model:
|
| 3 |
-
- Qwen/Qwen2.5-Coder-14B-Instruct
|
| 4 |
-
- Qwen/Qwen2.5-14B
|
| 5 |
-
- Qwen/Qwen2.5-14B-Instruct
|
| 6 |
-
library_name: transformers
|
| 7 |
-
tags:
|
| 8 |
-
- mergekit
|
| 9 |
-
- merge
|
| 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 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-Coder-14B-Instruct
|
| 4 |
+
- Qwen/Qwen2.5-14B
|
| 5 |
+
- Qwen/Qwen2.5-14B-Instruct
|
| 6 |
+
library_name: transformers
|
| 7 |
+
tags:
|
| 8 |
+
- mergekit
|
| 9 |
+
- merge
|
| 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 |
+
# merge
|
| 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
|
| 33 |
+
|
| 34 |
+
### Models Merged
|
| 35 |
+
|
| 36 |
+
The following models were included in the merge:
|
| 37 |
+
* [Qwen/Qwen2.5-Coder-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-14B-Instruct)
|
| 38 |
+
* [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
|
| 39 |
+
|
| 40 |
+
### Configuration
|
| 41 |
+
|
| 42 |
+
The following YAML configuration was used to produce this model:
|
| 43 |
+
|
| 44 |
+
```yaml
|
| 45 |
+
models:
|
| 46 |
+
- model: Qwen/Qwen2.5-14B-Instruct
|
| 47 |
+
- model: Qwen/Qwen2.5-14B
|
| 48 |
+
- model: Qwen/Qwen2.5-Coder-14B-Instruct
|
| 49 |
+
base_model: Qwen/Qwen2.5-14B
|
| 50 |
+
merge_method: model_stock
|
| 51 |
+
parameters:
|
| 52 |
+
normalize: true
|
| 53 |
+
dtype: bfloat16
|
| 54 |
+
tokenizer_source: Qwen/Qwen2.5-14B-Instruct
|
| 55 |
+
```
|