Triangle104
commited on
Commit
•
c1a801f
1
Parent(s):
832c709
Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,16 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
-
#
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
|
|
|
|
|
|
16 |
### Merge Method
|
17 |
|
18 |
This model was merged using the SLERP merge method.
|
@@ -37,4 +40,4 @@ dtype: bfloat16
|
|
37 |
parameters:
|
38 |
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Llama for input & output, Hermes in the middle layers
|
39 |
|
40 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: llama3.3
|
10 |
---
|
11 |
+
# Merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
16 |
+
|
17 |
+
Credit to Unsloth for base model and NousResearch for Hermes model.
|
18 |
+
|
19 |
### Merge Method
|
20 |
|
21 |
This model was merged using the SLERP merge method.
|
|
|
40 |
parameters:
|
41 |
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Llama for input & output, Hermes in the middle layers
|
42 |
|
43 |
+
```
|