Text Generation
Transformers
English
mergekit
Merge
qwen2.5
TIES
Apel-sin commited on
Commit
fbf4064
·
1 Parent(s): ae6296c

add measurement.json

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - CombinHorizon/huihui-ai-abliteratedV2-Qwen2.5-14B-Inst-BaseMerge-TIES
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+ - qwen2.5
9
+ - TIES
10
+ license: apache-2.0
11
+ language:
12
+ - en
13
+ pipeline_tag: text-generation
14
+ ---
15
+ # merge
16
+
17
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
+
19
+ ## Merge Details
20
+ ### Merge Method
21
+
22
+ 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.
23
+
24
+ ### Models Merged
25
+
26
+ The following models were included in the merge:
27
+ * [huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2](https://huggingface.co/huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2)
28
+
29
+ ### Configuration
30
+
31
+ The following YAML configuration was used to produce this model:
32
+
33
+ ```yaml
34
+ models:
35
+ - model: huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2
36
+ parameters:
37
+ weight: 1
38
+ density: 1
39
+ merge_method: ties
40
+ base_model: Qwen/Qwen2.5-14B
41
+ parameters:
42
+ weight: 1
43
+ density: 1
44
+ normalize: true
45
+ int8_mask: true
46
+ dtype: bfloat16
47
+ ```
48
+
49
+ ## Citations
50
+
51
+ The merge is based on the technique posted [here](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-14b/discussions/1#67098eecdf3b26954feb2eab).
52
+
53
+
54
+ ```
55
+ @misc{qwen2.5,
56
+ title = {Qwen2.5: A Party of Foundation Models},
57
+ url = {https://qwenlm.github.io/blog/qwen2.5/},
58
+ author = {Qwen Team},
59
+ month = {September},
60
+ year = {2024}
61
+ }
62
+
63
+ @article{qwen2,
64
+ title={Qwen2 Technical Report},
65
+ author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
66
+ journal={arXiv preprint arXiv:2407.10671},
67
+ year={2024}
68
+ }
69
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff