Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,43 +1,56 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Qwen/Qwen2.5-Coder-32B-Instruct
|
4 |
-
- Qwen/Qwen2.5-32B-Instruct
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mergekit
|
8 |
-
- merge
|
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 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-Coder-32B-Instruct
|
4 |
+
- Qwen/Qwen2.5-32B-Instruct
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
language:
|
10 |
+
- zho
|
11 |
+
- eng
|
12 |
+
- fra
|
13 |
+
- spa
|
14 |
+
- por
|
15 |
+
- deu
|
16 |
+
- ita
|
17 |
+
- rus
|
18 |
+
- jpn
|
19 |
+
- kor
|
20 |
+
- vie
|
21 |
+
- tha
|
22 |
+
- ara
|
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 [Linear](https://arxiv.org/abs/2203.05482) merge method.
|
32 |
+
|
33 |
+
### Models Merged
|
34 |
+
|
35 |
+
The following models were included in the merge:
|
36 |
+
* [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)
|
37 |
+
* [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/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-Coder-32B-Instruct
|
46 |
+
parameters:
|
47 |
+
weight: 0.5
|
48 |
+
- model: Qwen/Qwen2.5-32B-Instruct
|
49 |
+
parameters:
|
50 |
+
weight: 0.5
|
51 |
+
merge_method: linear
|
52 |
+
dtype: bfloat16
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
```
|