BenevolenceMessiah
commited on
Commit
•
082ae68
1
Parent(s):
9fb2175
Update README.md
Browse files
README.md
CHANGED
@@ -31,26 +31,28 @@ The following models were included in the merge:
|
|
31 |
The following YAML configuration was used to produce this model:
|
32 |
|
33 |
```yaml
|
34 |
-
|
35 |
-
|
36 |
-
dtype: bfloat16
|
37 |
-
merge_method: ties
|
38 |
models:
|
39 |
-
- model: TechxGenus/CursorCore-QW2.5-7B
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
- model: MadeAgents/Hammer2.0-7b
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
- model: rombodawg/Rombos-Coder-V2.5-Qwen-7b
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
51 |
parameters:
|
52 |
-
int8_mask: false
|
53 |
normalize: true
|
|
|
|
|
54 |
tokenizer_source: union
|
55 |
|
56 |
```
|
|
|
31 |
The following YAML configuration was used to produce this model:
|
32 |
|
33 |
```yaml
|
34 |
+
# Qwen2.5-Coder-7B-Instruct-abliterated-TIES-v2.0
|
35 |
+
|
|
|
|
|
36 |
models:
|
37 |
+
- model: TechxGenus/CursorCore-QW2.5-7B # Assist programming through aligning anything
|
38 |
+
parameters:
|
39 |
+
density: 1.0
|
40 |
+
weight: 1.0
|
41 |
+
- model: MadeAgents/Hammer2.0-7b # Function masking techniques
|
42 |
+
parameters:
|
43 |
+
density: 1.0
|
44 |
+
weight: 1.0
|
45 |
+
- model: rombodawg/Rombos-Coder-V2.5-Qwen-7b # Self-instruct Fine-tuning
|
46 |
+
parameters:
|
47 |
+
density: 1.0
|
48 |
+
weight: 1.0
|
49 |
+
|
50 |
+
merge_method: ties
|
51 |
+
base_model: huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated # Abliterated model as base
|
52 |
parameters:
|
|
|
53 |
normalize: true
|
54 |
+
int8_mask: false
|
55 |
+
dtype: bfloat16
|
56 |
tokenizer_source: union
|
57 |
|
58 |
```
|