Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ tags:
|
|
18 |
|
19 |
# merge
|
20 |
|
21 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
22 |
|
23 |
## Merge Details
|
24 |
### Merge Method
|
25 |
|
26 |
-
This model was merged using the SLERP merge method.
|
27 |
|
28 |
### Models Merged
|
29 |
|
@@ -100,4 +100,6 @@ dtype: float16
|
|
100 |
|
101 |
```
|
102 |
|
103 |
-
|
|
|
|
|
|
18 |
|
19 |
# merge
|
20 |
|
21 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit) and other proprietary tools.
|
22 |
|
23 |
## Merge Details
|
24 |
### Merge Method
|
25 |
|
26 |
+
This model was merged using the <b>SLERP, Task_Arithmetic and NEARSWAP</b> merge method.
|
27 |
|
28 |
### Models Merged
|
29 |
|
|
|
100 |
|
101 |
```
|
102 |
|
103 |
+
SLERP:
|
104 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/GP2LMRvMkhVJwNDSEC4oU.png)
|
105 |
+
|