RichardErkhov commited on
Commit
f9bf63c
·
verified ·
1 Parent(s): 2c7528a

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ Qwen-2.5-3b-RP - AWQ
11
+ - Model creator: https://huggingface.co/bunnycore/
12
+ - Original model: https://huggingface.co/bunnycore/Qwen-2.5-3b-RP/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ base_model:
20
+ - Replete-AI/Replete-LLM-V2.5-Qwen-3b
21
+ - bunnycore/qwen-2.5-3b-lora_model
22
+ - unsloth/Qwen2.5-3B-Instruct
23
+ - bunnycore/qwen-2.5-3b-lora_model
24
+ - Replete-AI/Replete-LLM-V2.5-Qwen-3b
25
+ library_name: transformers
26
+ tags:
27
+ - mergekit
28
+ - merge
29
+
30
+ ---
31
+ # merge
32
+
33
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
34
+
35
+ ## Merge Details
36
+ ### Merge Method
37
+
38
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Replete-AI/Replete-LLM-V2.5-Qwen-3b](https://huggingface.co/Replete-AI/Replete-LLM-V2.5-Qwen-3b) as a base.
39
+
40
+ ### Models Merged
41
+
42
+ The following models were included in the merge:
43
+ * [Replete-AI/Replete-LLM-V2.5-Qwen-3b](https://huggingface.co/Replete-AI/Replete-LLM-V2.5-Qwen-3b) + [bunnycore/qwen-2.5-3b-lora_model](https://huggingface.co/bunnycore/qwen-2.5-3b-lora_model)
44
+ * [unsloth/Qwen2.5-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-3B-Instruct) + [bunnycore/qwen-2.5-3b-lora_model](https://huggingface.co/bunnycore/qwen-2.5-3b-lora_model)
45
+
46
+ ### Configuration
47
+
48
+ The following YAML configuration was used to produce this model:
49
+
50
+ ```yaml
51
+ models:
52
+ - model: Replete-AI/Replete-LLM-V2.5-Qwen-3b+bunnycore/qwen-2.5-3b-lora_model
53
+ parameters:
54
+ density: 0.5
55
+ weight: 0.5
56
+ - model: unsloth/Qwen2.5-3B-Instruct+bunnycore/qwen-2.5-3b-lora_model
57
+ parameters:
58
+ density: 0.5
59
+ weight: 0.5
60
+
61
+ merge_method: dare_ties
62
+ base_model: Replete-AI/Replete-LLM-V2.5-Qwen-3b
63
+ parameters:
64
+ normalize: false
65
+ int8_mask: true
66
+ dtype: float16
67
+ ```
68
+
69
+