lodrick-the-lafted
commited on
Commit
•
51c08b2
1
Parent(s):
c1532d1
Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,15 @@ tags:
|
|
3 |
- merge
|
4 |
license: other
|
5 |
---
|
|
|
6 |
# BoreanGale-70B
|
7 |
|
8 |
A merge using a custom algorithm of:
|
9 |
- [152334H/miqu-1-70b-sf](https://huggingface.co/152334H/miqu-1-70b-sf)
|
10 |
- [Sao10K/WinterGoddess-1.4x-70B-L2](https://huggingface.co/Sao10K/WinterGoddess-1.4x-70B-L2)
|
11 |
|
|
|
|
|
12 |
This merge retains most of the weights of Miqu, but when a weight is similar between the two, it is interpolated to the WinterGoddess value. A parameter *t* specifies the sameness threshold. When the distance between two values is below *t*, the weight from WinterGoddess is used.
|
13 |
|
14 |
This version of the model uses *t* = 0.001. *t* was selected so that very few but some weights are fully switched to WinterGoddess. Model quality rapidly degrades above *t* = 0.0025:
|
|
|
3 |
- merge
|
4 |
license: other
|
5 |
---
|
6 |
+
|
7 |
# BoreanGale-70B
|
8 |
|
9 |
A merge using a custom algorithm of:
|
10 |
- [152334H/miqu-1-70b-sf](https://huggingface.co/152334H/miqu-1-70b-sf)
|
11 |
- [Sao10K/WinterGoddess-1.4x-70B-L2](https://huggingface.co/Sao10K/WinterGoddess-1.4x-70B-L2)
|
12 |
|
13 |
+
<img src=https://huggingface.co/alchemonaut/BoreanGale-70B/resolve/main/bg.png>
|
14 |
+
|
15 |
This merge retains most of the weights of Miqu, but when a weight is similar between the two, it is interpolated to the WinterGoddess value. A parameter *t* specifies the sameness threshold. When the distance between two values is below *t*, the weight from WinterGoddess is used.
|
16 |
|
17 |
This version of the model uses *t* = 0.001. *t* was selected so that very few but some weights are fully switched to WinterGoddess. Model quality rapidly degrades above *t* = 0.0025:
|