Nitral-AI commited on
Commit
08a0546
1 Parent(s): daa7d9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -24
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
- ### Models Merged
18
 
19
- The following models were included in the merge:
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
- ### Configuration
 
 
 
 
24
 
25
- The following YAML configuration was used to produce this model:
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/UX6Ubss2EPNAT3SKGMLe0.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ```