Lewdiculous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
This version was initially on the **#experimental** side, but,
|
2 |
Let's try to make Eris smarter _and cuter_. <br>
|
3 |
-
Thanks for the solid work, [@Nitral-AI](https://huggingface.co/Nitral-AI/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This version was initially on the **#experimental** side, but, quality and character card adherence seem to be solid. <br>
|
2 |
Let's try to make Eris smarter _and cuter_. <br>
|
3 |
+
Thanks for the solid work, [@Nitral-AI](https://huggingface.co/Nitral-AI/).
|
4 |
+
|
5 |
+
# Original model information:
|
6 |
+
|
7 |
+
Model outputs are solid in quality, and relevant to given cards.
|
8 |
+
|
9 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/gvC9qywRvyYk1KzDUw1zZ.png)
|
10 |
+
|
11 |
+
### Models Merged
|
12 |
+
|
13 |
+
The following models were included in the merge:
|
14 |
+
* [ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b](https://huggingface.co/ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b)
|
15 |
+
* [ChaoticNeutrals/Eris_PrimeV3-Vision-7B](https://huggingface.co/ChaoticNeutrals/Eris_PrimeV3-Vision-7B)
|
16 |
+
|
17 |
+
### Configuration
|
18 |
+
|
19 |
+
The following YAML configuration was used to produce this model:
|
20 |
+
|
21 |
+
```yaml
|
22 |
+
slices:
|
23 |
+
- sources:
|
24 |
+
- model: ChaoticNeutrals/Eris_PrimeV3-Vision-7B
|
25 |
+
layer_range: [0, 32]
|
26 |
+
- model: ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b
|
27 |
+
layer_range: [0, 32]
|
28 |
+
merge_method: slerp
|
29 |
+
base_model: ChaoticNeutrals/Eris_PrimeV3-Vision-7B
|
30 |
+
parameters:
|
31 |
+
t:
|
32 |
+
- filter: self_attn
|
33 |
+
value: [0.5, 0.5, 0.5, 0.5, 0.5]
|
34 |
+
- filter: mlp
|
35 |
+
value: [0.5, 0.5, 0.5, 0.5, 0.5]
|
36 |
+
- value: 0.5
|
37 |
+
dtype: bfloat16
|
38 |
+
```
|