vitus9988 commited on
Commit
32a0752
·
verified ·
1 Parent(s): 273f388

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -51
README.md CHANGED
@@ -6,55 +6,8 @@ library_name: transformers
6
  tags:
7
  - mergekit
8
  - merge
9
-
 
 
 
10
  ---
11
- # Qwen2.5-7B-ko-quant-merge-v3
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-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * Qwen2.5-7B-lora-v2
24
- * Qwen2.5-7B-lora-v3
25
- * [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
26
- * Qwen2.5-7B-lora-v4
27
-
28
- ### Configuration
29
-
30
- The following YAML configuration was used to produce this model:
31
-
32
- ```yaml
33
- models:
34
- - model: Qwen2.5-7B-lora-v2
35
- parameters:
36
- density: 1
37
- weight: 1
38
- - model: Qwen2.5-7B-lora-v3
39
- parameters:
40
- density: 1
41
- weight: 1
42
- - model: Qwen2.5-7B-lora-v4
43
- parameters:
44
- density: 1
45
- weight: 1
46
- - model: Qwen/Qwen2.5-7B-Instruct
47
- parameters:
48
- density: 1
49
- weight: 1
50
- merge_method: ties
51
- base_model: Qwen/Qwen2.5-7B
52
- parameters:
53
- int8_mask: true
54
- nomalize: true
55
- weight: 1
56
- density: 1
57
- tokenizer_source: Qwen/Qwen2.5-7B-Instruct
58
- dtype: bfloat16
59
-
60
- ```
 
6
  tags:
7
  - mergekit
8
  - merge
9
+ - krx
10
+ license: apache-2.0
11
+ language:
12
+ - ko
13
  ---