jeiku commited on
Commit
15b298d
1 Parent(s): 6c887d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -32
README.md CHANGED
@@ -5,42 +5,21 @@ library_name: transformers
5
  tags:
6
  - mergekit
7
  - merge
8
-
 
 
9
  ---
10
- # RP_Vision
11
-
12
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
13
-
14
- ## Merge Details
15
- ### Merge Method
16
 
17
- This model was merged using the SLERP merge method.
18
 
19
- ### Models Merged
20
 
21
- The following models were included in the merge:
22
- * [jeiku/Cookie_7B](https://huggingface.co/jeiku/Cookie_7B)
23
- * Mix
24
 
25
- ### Configuration
 
26
 
27
- The following YAML configuration was used to produce this model:
28
 
29
- ```yaml
30
- slices:
31
- - sources:
32
- - model: Mix
33
- layer_range: [0, 32]
34
- - model: jeiku/Cookie_7B
35
- layer_range: [0, 32]
36
- merge_method: slerp
37
- base_model: jeiku/Cookie_7B
38
- parameters:
39
- t:
40
- - filter: self_attn
41
- value: [0.5, 0.5, 0.5, 0.5, 0.5]
42
- - filter: mlp
43
- value: [0.5, 0.5, 0.5, 0.5, 0.5]
44
- - value: 0.5
45
- dtype: bfloat16
46
- ```
 
5
  tags:
6
  - mergekit
7
  - merge
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
+ # RP Vision
 
 
 
 
 
13
 
14
+ RP Vision aims to be a smart RP model capable of providing a pretty, pliable and perfectly pleasant experience for the user. This model is vision capable using the mmproj file included in the mmproj folder. Vision is only compatible with Koboldcpp at this time.
15
 
16
+ # Vision/multimodal capabilities:
17
 
18
+ If you want to use vision functionality:
 
 
19
 
20
+ You must use the latest versions of Koboldcpp.
21
+ 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.
22
 
23
+ You can load the mmproj by using the corresponding section in the interface:
24
 
25
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/QQgcQzXUX9SMqHp1532w4.png)