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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -16,7 +16,8 @@ Task Arithmetic
16
  Computes "task vectors" for each model by subtracting a base model.
17
  Merges the task vectors linearly and adds back the base.
18
  Works great for models that were fine tuned from a common ancestor.
19
- Also a super useful mental framework for several of the more involved merge methods.
 
20
  ```
21
 
22
  The Merge was created using Mergekit and the paremeters can be found bellow:
 
16
  Computes "task vectors" for each model by subtracting a base model.
17
  Merges the task vectors linearly and adds back the base.
18
  Works great for models that were fine tuned from a common ancestor.
19
+ Also a super useful mental framework for several of the more involved
20
+ merge methods.
21
  ```
22
 
23
  The Merge was created using Mergekit and the paremeters can be found bellow: