Improve language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -1,57 +1,70 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Qwen/Qwen2.5-7B
|
4 |
-
- mikun/qwen2.5-9k-lora-model
|
5 |
-
- mikun/qwen2.5-13k-lora-model
|
6 |
-
- Qwen/Qwen2.5-7B-Instruct
|
7 |
-
library_name: transformers
|
8 |
-
tags:
|
9 |
-
- mergekit
|
10 |
-
- merge
|
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 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
parameters:
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-7B
|
4 |
+
- mikun/qwen2.5-9k-lora-model
|
5 |
+
- mikun/qwen2.5-13k-lora-model
|
6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
language:
|
12 |
+
- zho
|
13 |
+
- eng
|
14 |
+
- fra
|
15 |
+
- spa
|
16 |
+
- por
|
17 |
+
- deu
|
18 |
+
- ita
|
19 |
+
- rus
|
20 |
+
- jpn
|
21 |
+
- kor
|
22 |
+
- vie
|
23 |
+
- tha
|
24 |
+
- ara
|
25 |
+
---
|
26 |
+
# merge
|
27 |
+
|
28 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
29 |
+
|
30 |
+
## Merge Details
|
31 |
+
### Merge Method
|
32 |
+
|
33 |
+
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
|
34 |
+
|
35 |
+
### Models Merged
|
36 |
+
|
37 |
+
The following models were included in the merge:
|
38 |
+
* [mikun/qwen2.5-9k-lora-model](https://huggingface.co/mikun/qwen2.5-9k-lora-model)
|
39 |
+
* [mikun/qwen2.5-13k-lora-model](https://huggingface.co/mikun/qwen2.5-13k-lora-model)
|
40 |
+
* [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
|
41 |
+
|
42 |
+
### Configuration
|
43 |
+
|
44 |
+
The following YAML configuration was used to produce this model:
|
45 |
+
|
46 |
+
```yaml
|
47 |
+
models:
|
48 |
+
- model: mikun/qwen2.5-9k-lora-model
|
49 |
+
parameters:
|
50 |
+
weight: 1
|
51 |
+
density: 1
|
52 |
+
- model: mikun/qwen2.5-13k-lora-model
|
53 |
+
parameters:
|
54 |
+
weight: 1
|
55 |
+
density: 1
|
56 |
+
- model: Qwen/Qwen2.5-7B-Instruct
|
57 |
+
parameters:
|
58 |
+
weight: 1
|
59 |
+
density: 1
|
60 |
+
merge_method: ties
|
61 |
+
base_model: Qwen/Qwen2.5-7B
|
62 |
+
parameters:
|
63 |
+
weight: 1
|
64 |
+
density: 1
|
65 |
+
normalize: true
|
66 |
+
int8_mask: true
|
67 |
+
tokenizer_source: mikun/qwen2.5-13k-lora-model
|
68 |
+
dtype: bfloat16
|
69 |
+
|
70 |
+
```
|