teodortita
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,23 @@ base_model:
|
|
12 |
|
13 |
# Nero-7B-slerp
|
14 |
|
|
|
|
|
|
|
|
|
15 |
Nero-7B-slerp is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
17 |
* [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## 🧩 Configuration
|
20 |
|
21 |
```yaml
|
|
|
12 |
|
13 |
# Nero-7B-slerp
|
14 |
|
15 |
+
<p align="center">
|
16 |
+
<img src="https://i.postimg.cc/28Pc5XT1/output-1.jpg" alt="alt text" class="center" width="300"/>
|
17 |
+
</p>
|
18 |
+
|
19 |
Nero-7B-slerp is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
20 |
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
21 |
* [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)
|
22 |
|
23 |
+
## 📈 Performance
|
24 |
+
| Model | AGIEval | GPT4All | TruthfulQA | Bigbench | Average |
|
25 |
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
26 |
+
| [teodortita/Nero-7B-slerp](#) | 41.73 | 73.37 | 58.66 | 43.03 | 54.2 |
|
27 |
+
| [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) | 38.68 | 71.64 | 66.85 | 42.28 | 54.86 |
|
28 |
+
| [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) | 42.82 | 73.04 | 53.02 | 40.99 | 52.47 |
|
29 |
+
|
30 |
+
Observe the metrics in bold to see the benchmarks where this merged model overtakes the base models in performance.
|
31 |
+
|
32 |
## 🧩 Configuration
|
33 |
|
34 |
```yaml
|