perlthoughts commited on
Commit
b0933ef
1 Parent(s): 9476abb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -8,17 +8,7 @@ license: apache-2.0
8
 
9
  ### Model Description
10
 
11
- This model was made by merging models based on Mistral with the SLERP merge method.
12
-
13
- Advantages of SLERP vs averaging weights(common) are as follows:
14
-
15
- - Spherical Linear Interpolation (SLERP) - Traditionally, model merging often resorts to weight averaging which, although straightforward, might not always capture the intricate features of the models being merged. The SLERP technique addresses this limitation, producing a blended model with characteristics smoothly interpolated from both parent models, ensuring the resultant model captures the essence of both its parents.
16
-
17
- - Smooth Transitions - SLERP ensures smoother transitions between model parameters. This is especially significant when interpolating between high-dimensional vectors.
18
-
19
- - Better Preservation of Characteristics - Unlike weight averaging, which might dilute distinct features, SLERP preserves the curvature and characteristics of both models in high-dimensional spaces.
20
-
21
- - Nuanced Blending - SLERP takes into account the geometric and rotational properties of the models in the vector space, resulting in a blend that is more reflective of both parent models' characteristics.
22
 
23
  List of all models and merging path is coming soon.
24
 
 
8
 
9
  ### Model Description
10
 
11
+ Dare-ties merge method.
 
 
 
 
 
 
 
 
 
 
12
 
13
  List of all models and merging path is coming soon.
14