Update README.md
Browse files
README.md
CHANGED
@@ -8,40 +8,17 @@ tags:
|
|
8 |
- merge
|
9 |
|
10 |
---
|
11 |
-
# mergedmodel
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
-
### Merge Method
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
23 |
-
* [KatyTheCutie/LemonadeRP-4.5.3](https://huggingface.co/KatyTheCutie/LemonadeRP-4.5.3)
|
24 |
-
* [Nitral-AI/Eris_PrimeV3.05-Vision-7B](https://huggingface.co/Nitral-AI/Eris_PrimeV3.05-Vision-7B)
|
25 |
-
|
26 |
-
### Configuration
|
27 |
-
|
28 |
-
The following YAML configuration was used to produce this model:
|
29 |
-
|
30 |
-
```yaml
|
31 |
-
slices:
|
32 |
-
- sources:
|
33 |
-
- model: Nitral-AI/Eris_PrimeV3.05-Vision-7B
|
34 |
-
layer_range: [0, 32]
|
35 |
-
- model: KatyTheCutie/LemonadeRP-4.5.3
|
36 |
-
layer_range: [0, 32]
|
37 |
-
merge_method: slerp
|
38 |
-
base_model: Nitral-AI/Eris_PrimeV3.05-Vision-7B
|
39 |
-
parameters:
|
40 |
-
t:
|
41 |
-
- filter: self_attn
|
42 |
-
value: [0.75, 0.75, 0.75, 0.75, 0.75]
|
43 |
-
- filter: mlp
|
44 |
-
value: [0.25, 0.25, 0.25, 0.25, 0.25]
|
45 |
-
- value: 0.5
|
46 |
-
dtype: bfloat16
|
47 |
-
```
|
|
|
8 |
- merge
|
9 |
|
10 |
---
|
|
|
11 |
|
12 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/aBE_bI7nWSj5TXg1jD0rs.png)
|
13 |
|
14 |
+
# Vision/multimodal capabilities:
|
|
|
15 |
|
16 |
+
If you want to use vision functionality:
|
17 |
|
18 |
+
* You must use the latest versions of [Koboldcpp](https://github.com/LostRuins/koboldcpp).
|
19 |
+
|
20 |
+
To use the multimodal capabilities of this model and use **vision** you need to load the specified **mmproj** file, this can be found inside this model repo.
|
21 |
+
|
22 |
+
* You can load the **mmproj** by using the corresponding section in the interface:
|
23 |
|
24 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UX6Ubss2EPNAT3SKGMLe0.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|