rombodawg commited on
Commit
cae712a
·
verified ·
1 Parent(s): 760e115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,7 +11,10 @@ This is an extremely successful merge of the deepseek-coder-6.7b-instruct and Ma
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. Merges the task vectors linearly and adds back the base. Works great for models that were fine tuned from a common ancestor. Also a super useful mental framework for several of the more involved merge methods.
 
 
 
15
  ```
16
 
17
  The Merge was created using Mergekit and the paremeters can be found bellow:
 
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.
16
+ Works great for models that were fine tuned from a common ancestor.
17
+ Also a super useful mental framework for several of the more involved merge methods.
18
  ```
19
 
20
  The Merge was created using Mergekit and the paremeters can be found bellow: