vitus9988 commited on
Commit
227397b
1 Parent(s): 48889ce

Update README.md

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