digitous commited on
Commit
d7891d4
·
1 Parent(s): 7b4f8ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,7 +14,9 @@ tags:
14
  ## Composition:
15
 
16
  13B-Thorns-l2 utilizes a new merge method called Spherical Linear Interpolation. By merging data as a spherical vector store concept, a combined pair of models have a smoother transition between feature spaces that are characteristic of each model, resulting in a more coherent fusion of both model's unique strengths.
17
- We released our SLERP tool here: https://github.com/Digitous/LLM-SLERP-Merge
 
 
18
 
19
 
20
  Thorns' design is based on the concept of purposed segmentation, in this case we have two-
 
14
  ## Composition:
15
 
16
  13B-Thorns-l2 utilizes a new merge method called Spherical Linear Interpolation. By merging data as a spherical vector store concept, a combined pair of models have a smoother transition between feature spaces that are characteristic of each model, resulting in a more coherent fusion of both model's unique strengths.
17
+
18
+
19
+ ## We released our Spherical Linear Interpolation tool for language models here: https://github.com/Digitous/LLM-SLERP-Merge
20
 
21
 
22
  Thorns' design is based on the concept of purposed segmentation, in this case we have two-