Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,16 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
|
@@ -32,16 +41,9 @@ Simply grab a 200mb mmproj file for your architecture here,
|
|
32 |
|
33 |
load it with --mmproj and stick it into your favorite compatible model, and it will be able to see images as well!
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
```
|
43 |
|
44 |
-
#
|
45 |
|
46 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
47 |
|
@@ -56,20 +58,3 @@ The following models were included in the merge:
|
|
56 |
* [LeroyDyer/Mixtral_Chat_X_128k](https://huggingface.co/LeroyDyer/Mixtral_Chat_X_128k)
|
57 |
* [ChaoticNeutrals/Eris_PrimeV3-Vision-7B](https://huggingface.co/ChaoticNeutrals/Eris_PrimeV3-Vision-7B)
|
58 |
|
59 |
-
### Configuration
|
60 |
-
|
61 |
-
The following YAML configuration was used to produce this model:
|
62 |
-
|
63 |
-
```yaml
|
64 |
-
|
65 |
-
models:
|
66 |
-
- model: LeroyDyer/Mixtral_Chat_X_128k
|
67 |
-
parameters:
|
68 |
-
weight: .78944
|
69 |
-
- model: ChaoticNeutrals/Eris_PrimeV3-Vision-7B
|
70 |
-
parameters:
|
71 |
-
weight: 0.3453
|
72 |
-
merge_method: linear
|
73 |
-
dtype: float16
|
74 |
-
|
75 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: mit
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
- bertscore
|
15 |
+
- bleurt
|
16 |
+
- brier_score
|
17 |
+
- cer
|
18 |
+
- code_eval
|
19 |
---
|
20 |
|
21 |
|
|
|
41 |
|
42 |
load it with --mmproj and stick it into your favorite compatible model, and it will be able to see images as well!
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
```
|
45 |
|
46 |
+
# LeroyDyer/Mixtral_AI_Vision_128k_7b
|
47 |
|
48 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
49 |
|
|
|
58 |
* [LeroyDyer/Mixtral_Chat_X_128k](https://huggingface.co/LeroyDyer/Mixtral_Chat_X_128k)
|
59 |
* [ChaoticNeutrals/Eris_PrimeV3-Vision-7B](https://huggingface.co/ChaoticNeutrals/Eris_PrimeV3-Vision-7B)
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|