Lewdiculous
commited on
Commit
•
018b421
1
Parent(s):
16fe515
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Endevor/InfinityRP-v1-7B
|
4 |
+
- l3utterfly/mistral-7b-v0.1-layla-v4
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
- roleplay
|
10 |
+
- sillytavern
|
11 |
+
---
|
12 |
+
|
13 |
+
This model was merged using the passthrough merge method.
|
14 |
+
|
15 |
+
### Models Merged
|
16 |
+
|
17 |
+
The following models were included in the merge:
|
18 |
+
* [Endevor/InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B)
|
19 |
+
* [l3utterfly/mistral-7b-v0.1-layla-v4](https://huggingface.co/l3utterfly/mistral-7b-v0.1-layla-v4)
|
20 |
+
|
21 |
+
### Configuration
|
22 |
+
|
23 |
+
The following YAML configuration was used to produce this model:
|
24 |
+
|
25 |
+
```yaml
|
26 |
+
slices:
|
27 |
+
- sources:
|
28 |
+
- model: Endevor/InfinityRP-v1-7B
|
29 |
+
layer_range: [0, 20]
|
30 |
+
- sources:
|
31 |
+
- model: l3utterfly/mistral-7b-v0.1-layla-v4
|
32 |
+
layer_range: [12, 32]
|
33 |
+
merge_method: passthrough
|
34 |
+
dtype: float16
|
35 |
+
```
|