digitous commited on
Commit
cf450a5
·
1 Parent(s): 13d7692

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
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
- ## Our implementation of Spherical Linear Interpolation for LLM merging can be found 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-
 
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
+ ## Our implementation of Spherical Linear Interpolation for LLM merging: 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-