lbourdois commited on
Commit
1c61f6a
·
verified ·
1 Parent(s): 3f3c717

Improve language tag

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +57 -44
README.md CHANGED
@@ -1,44 +1,57 @@
1
- ---
2
- base_model:
3
- - arcee-ai/Virtuoso-Small
4
- - Qwen/Qwen2.5-14B
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # merge
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small)
24
-
25
- ### Configuration
26
-
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
- models:
31
- - model: arcee-ai/Virtuoso-Small
32
- parameters:
33
- weight: 1
34
- density: 1
35
- merge_method: ties
36
- base_model: Qwen/Qwen2.5-14B
37
- parameters:
38
- weight: 1
39
- density: 1
40
- normalize: true
41
- int8_mask: true
42
- dtype: float16
43
-
44
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - arcee-ai/Virtuoso-Small
4
+ - Qwen/Qwen2.5-14B
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
32
+
33
+ ### Models Merged
34
+
35
+ The following models were included in the merge:
36
+ * [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small)
37
+
38
+ ### Configuration
39
+
40
+ The following YAML configuration was used to produce this model:
41
+
42
+ ```yaml
43
+ models:
44
+ - model: arcee-ai/Virtuoso-Small
45
+ parameters:
46
+ weight: 1
47
+ density: 1
48
+ merge_method: ties
49
+ base_model: Qwen/Qwen2.5-14B
50
+ parameters:
51
+ weight: 1
52
+ density: 1
53
+ normalize: true
54
+ int8_mask: true
55
+ dtype: float16
56
+
57
+ ```