rombodawg commited on
Commit
cd3b257
·
verified ·
1 Parent(s): 453e6b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ 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 its clearly very usefull for merging ai models that were fine-tuned from a common base:
13
 
14
- Task Arithmetic
15
  ```
16
  Computes "task vectors" for each model by subtracting a base model.
17
  Merges the task vectors linearly and adds back the base.
 
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
+ Task Arithmetic:
15
  ```
16
  Computes "task vectors" for each model by subtracting a base model.
17
  Merges the task vectors linearly and adds back the base.