Improve language tag (#1)
Browse files- Improve language tag (0f49ab35e8de0622e2b45d731892527a9cb4d34a)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,49 +1,62 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- qingy2024/Qwen2.5-Math-14B-Instruct-Preview
|
4 |
-
- arcee-ai/Virtuoso-Small
|
5 |
-
- Qwen/Qwen2.5-14B
|
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 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- qingy2024/Qwen2.5-Math-14B-Instruct-Preview
|
4 |
+
- arcee-ai/Virtuoso-Small
|
5 |
+
- Qwen/Qwen2.5-14B
|
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) 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 |
+
* [qingy2024/Qwen2.5-Math-14B-Instruct-Preview](https://huggingface.co/qingy2024/Qwen2.5-Math-14B-Instruct-Preview)
|
38 |
+
* [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small)
|
39 |
+
|
40 |
+
### Configuration
|
41 |
+
|
42 |
+
The following YAML configuration was used to produce this model:
|
43 |
+
|
44 |
+
```yaml
|
45 |
+
models:
|
46 |
+
- model: qingy2024/Qwen2.5-Math-14B-Instruct-Preview
|
47 |
+
parameters:
|
48 |
+
weight: 0.35
|
49 |
+
density: 0.6
|
50 |
+
- model: arcee-ai/Virtuoso-Small
|
51 |
+
parameters:
|
52 |
+
weight: 0.65
|
53 |
+
density: 0.8
|
54 |
+
base_model: Qwen/Qwen2.5-14B
|
55 |
+
merge_method: dare_ties
|
56 |
+
parameters:
|
57 |
+
normalize: true
|
58 |
+
int8_mask: true
|
59 |
+
dtype: bfloat16
|
60 |
+
tokenizer_source: Qwen/Qwen2.5-14B-Instruct
|
61 |
+
|
62 |
+
```
|