rombodawg commited on
Commit
52ffb7e
·
verified ·
1 Parent(s): cae712a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ DeepMagic-Coder-7b
9
 
10
  This is an extremely successful merge of the deepseek-coder-6.7b-instruct and Magicoder-S-DS-6.7B models, bringing an uplift in overall coding performance without any compromise to the models integrity (at least with limited testing).
11
 
12
- This is the first of my models to use the merge-kits *task_arithmetic* merging method. The method is detailed bellow, and I clearly very usefull for merging ai models that were fine-tuned from a common base:
13
  ```
14
  Computes "task vectors" for each model by subtracting a base model.
15
  Merges the task vectors linearly and adds back the base.
 
9
 
10
  This is an extremely successful merge of the deepseek-coder-6.7b-instruct and Magicoder-S-DS-6.7B models, bringing an uplift in overall coding performance without any compromise to the models integrity (at least with limited testing).
11
 
12
+ This is the first of my models to use the merge-kits *task_arithmetic* merging method. The method is detailed bellow, and its clearly very usefull for merging ai models that were fine-tuned from a common base:
13
  ```
14
  Computes "task vectors" for each model by subtracting a base model.
15
  Merges the task vectors linearly and adds back the base.