BenevolenceMessiah commited on
Commit
082ae68
1 Parent(s): 9fb2175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
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
- base_model: huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated
35
- chat_template: auto
36
- dtype: bfloat16
37
- merge_method: ties
38
  models:
39
- - model: TechxGenus/CursorCore-QW2.5-7B
40
- parameters:
41
- density: 1.0
42
- weight: 1.0
43
- - model: MadeAgents/Hammer2.0-7b
44
- parameters:
45
- density: 1.0
46
- weight: 1.0
47
- - model: rombodawg/Rombos-Coder-V2.5-Qwen-7b
48
- parameters:
49
- density: 1.0
50
- weight: 1.0
 
 
 
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
  ```