Update README.md
Browse files
README.md
CHANGED
|
@@ -14,31 +14,15 @@ Model outputs are solid in quality, and relevant to given cards.
|
|
| 14 |
|
| 15 |
Quants from the boi! Lewdiculus - https://huggingface.co/Lewdiculous/Eris_PrimeV3.05-Vision-7B-GGUF-IQ-Imatrix
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
-
* [ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b](https://huggingface.co/ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b)
|
| 21 |
-
* [ChaoticNeutrals/Eris_PrimeV3-Vision-7B](https://huggingface.co/ChaoticNeutrals/Eris_PrimeV3-Vision-7B)
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
```yaml
|
| 28 |
-
slices:
|
| 29 |
-
- sources:
|
| 30 |
-
- model: ChaoticNeutrals/Eris_PrimeV3-Vision-7B
|
| 31 |
-
layer_range: [0, 32]
|
| 32 |
-
- model: ChaoticNeutrals/Prima-LelantaclesV7-experimental-7b
|
| 33 |
-
layer_range: [0, 32]
|
| 34 |
-
merge_method: slerp
|
| 35 |
-
base_model: ChaoticNeutrals/Eris_PrimeV3-Vision-7B
|
| 36 |
-
parameters:
|
| 37 |
-
t:
|
| 38 |
-
- filter: self_attn
|
| 39 |
-
value: [0.5, 0.5, 0.5, 0.5, 0.5]
|
| 40 |
-
- filter: mlp
|
| 41 |
-
value: [0.5, 0.5, 0.5, 0.5, 0.5]
|
| 42 |
-
- value: 0.5
|
| 43 |
-
dtype: bfloat16
|
| 44 |
```
|
|
|
|
| 14 |
|
| 15 |
Quants from the boi! Lewdiculus - https://huggingface.co/Lewdiculous/Eris_PrimeV3.05-Vision-7B-GGUF-IQ-Imatrix
|
| 16 |
|
| 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 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
```
|