Update README.md
Browse files
README.md
CHANGED
@@ -8,34 +8,21 @@ tags:
|
|
8 |
- merge
|
9 |
|
10 |
---
|
|
|
11 |
|
12 |
-
|
|
|
13 |
|
14 |
-
|
|
|
15 |
|
16 |
-
|
17 |
-
* [Nitral-AI/EPV3.075xMI-0.2-32k-7B](https://huggingface.co/Nitral-AI/EPV3.075xMI-0.2-32k-7B)
|
18 |
-
* [Nitral-AI/EPV3.05xMI-0.2-32k-7B](https://huggingface.co/Nitral-AI/EPV3.05xMI-0.2-32k-7B)
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
```yaml
|
25 |
-
slices:
|
26 |
-
- sources:
|
27 |
-
- model: Nitral-AI/EPV3.075xMI-0.2-32k-7B
|
28 |
-
layer_range: [0, 32]
|
29 |
-
- model: Nitral-AI/EPV3.05xMI-0.2-32k-7B
|
30 |
-
layer_range: [0, 32]
|
31 |
-
merge_method: slerp
|
32 |
-
base_model: Nitral-AI/EPV3.075xMI-0.2-32k-7B
|
33 |
-
parameters:
|
34 |
-
t:
|
35 |
-
- filter: self_attn
|
36 |
-
value: [0, 0.5, 0.3, 0.7, 1]
|
37 |
-
- filter: mlp
|
38 |
-
value: [1, 0.5, 0.7, 0.3, 0]
|
39 |
-
- value: 0.5
|
40 |
-
dtype: bfloat16
|
41 |
```
|
|
|
8 |
- merge
|
9 |
|
10 |
---
|
11 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/xnDxqMZRVOAUfTSerDFJB.jpeg)
|
12 |
|
13 |
+
# Eris Prime: Version 4.0 32k
|
14 |
+
After many trials and tribulations we have a winner: A more coherent, format stable version of Eris Prime v4 with better long context handling.
|
15 |
|
16 |
+
Quants Available Here Tahnks to Lewdiculus: https://huggingface.co/Lewdiculous/Eris_PrimeV4-Vision-7B-GGUF-IQ-Imatrix
|
17 |
+
# Vision/multimodal capabilities:
|
18 |
|
19 |
+
If you want to use vision functionality:
|
|
|
|
|
20 |
|
21 |
+
* You must use the latest versions of [Koboldcpp](https://github.com/LostRuins/koboldcpp).
|
22 |
+
|
23 |
+
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.
|
24 |
+
|
25 |
+
* You can load the **mmproj** by using the corresponding section in the interface:
|
26 |
|
27 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UX6Ubss2EPNAT3SKGMLe0.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
```
|