Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,16 @@ library_name: transformers
|
|
5 |
tags:
|
6 |
- mergekit
|
7 |
- merge
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
# Mixtral_Chat_7b
|
11 |
|
@@ -26,6 +35,10 @@ mistralai/Mistral-7B-Instruct-v0.2:
|
|
26 |
|
27 |
NousResearch/Hermes-2-Pro-Mistral-7B:
|
28 |
|
|
|
|
|
|
|
|
|
29 |
### Configuration
|
30 |
|
31 |
The following YAML configuration was used to produce this model:
|
@@ -42,4 +55,4 @@ models:
|
|
42 |
merge_method: linear
|
43 |
dtype: float16
|
44 |
|
45 |
-
```
|
|
|
5 |
tags:
|
6 |
- mergekit
|
7 |
- merge
|
8 |
+
license: mit
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
- bleu
|
14 |
+
- code_eval
|
15 |
+
- bleurt
|
16 |
+
- brier_score
|
17 |
+
pipeline_tag: text-generation
|
18 |
---
|
19 |
# Mixtral_Chat_7b
|
20 |
|
|
|
35 |
|
36 |
NousResearch/Hermes-2-Pro-Mistral-7B:
|
37 |
|
38 |
+
LeroyDyer/Mixtral_Instruct
|
39 |
+
|
40 |
+
LeroyDyer/Mixtral_Base
|
41 |
+
|
42 |
### Configuration
|
43 |
|
44 |
The following YAML configuration was used to produce this model:
|
|
|
55 |
merge_method: linear
|
56 |
dtype: float16
|
57 |
|
58 |
+
```
|