Update README.md
Browse files
README.md
CHANGED
@@ -1,50 +0,0 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Nitral-AI/ProdigyXBioMistral_7B
|
4 |
-
- LeroyDyer/Mixtral_AI
|
5 |
-
library_name: transformers
|
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 |
-
- code_eval
|
18 |
-
---
|
19 |
-
# MODEL_NAME
|
20 |
-
|
21 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
22 |
-
|
23 |
-
## Merge Details
|
24 |
-
### Merge Method
|
25 |
-
|
26 |
-
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
27 |
-
|
28 |
-
### Models Merged
|
29 |
-
|
30 |
-
The following models were included in the merge:
|
31 |
-
* [Nitral-AI/ProdigyXBioMistral_7B](https://huggingface.co/Nitral-AI/ProdigyXBioMistral_7B)
|
32 |
-
* [LeroyDyer/Mixtral_AI](https://huggingface.co/LeroyDyer/Mixtral_AI)
|
33 |
-
|
34 |
-
### Configuration
|
35 |
-
|
36 |
-
The following YAML configuration was used to produce this model:
|
37 |
-
|
38 |
-
```yaml
|
39 |
-
|
40 |
-
models:
|
41 |
-
- model: LeroyDyer/Mixtral_AI
|
42 |
-
parameters:
|
43 |
-
weight: 0.789
|
44 |
-
- model: Nitral-AI/ProdigyXBioMistral_7B
|
45 |
-
parameters:
|
46 |
-
weight: 0.2312
|
47 |
-
merge_method: linear
|
48 |
-
dtype: float16
|
49 |
-
|
50 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|