Update README.md
Browse files
README.md
CHANGED
@@ -11,10 +11,26 @@ base_model:
|
|
11 |
|
12 |
# Zebrafish-7B
|
13 |
|
|
|
|
|
14 |
Zebrafish-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
15 |
* [liminerity/M7-7b](https://huggingface.co/liminerity/M7-7b)
|
16 |
* [rwitz/experiment26-truthy-iter-0](https://huggingface.co/rwitz/experiment26-truthy-iter-0)
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## 𧩠Configuration
|
19 |
|
20 |
```yaml
|
|
|
11 |
|
12 |
# Zebrafish-7B
|
13 |
|
14 |
+
Zebrafish-7B is my first model using the new merge method called [Model Stock](https://arxiv.org/abs/2403.19522).
|
15 |
+
|
16 |
Zebrafish-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
17 |
* [liminerity/M7-7b](https://huggingface.co/liminerity/M7-7b)
|
18 |
* [rwitz/experiment26-truthy-iter-0](https://huggingface.co/rwitz/experiment26-truthy-iter-0)
|
19 |
|
20 |
+
Special thanks to Charles Goddard for the quick implementation!
|
21 |
+
|
22 |
+
## π Evaluation
|
23 |
+
|
24 |
+
### Nous
|
25 |
+
|
26 |
+
| Model | Average | AGIEval | GPT4All | TruthfulQA | Bigbench |
|
27 |
+
|---|---:|---:|---:|---:|---:|
|
28 |
+
| [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) [π](https://gist.github.com/mlabonne/1d33c86824b3a11d2308e36db1ba41c1) | 62.74 | 45.37 | 77.01 | 78.39 | 50.2 |
|
29 |
+
| [**mlabonne/Zebrafish-7B**](https://huggingface.co/mlabonne/Zebrafish-7B) [π](https://gist.github.com/mlabonne/719d5e106eefbcffb951b65616dcbec4) | **62.41** | **44.92** | **77.18** | **78.25** | **49.28** |
|
30 |
+
| [mlabonne/Beyonder-4x7B-v3](https://huggingface.co/mlabonne/Beyonder-4x7B-v3) [π](https://gist.github.com/mlabonne/3740020807e559f7057c32e85ce42d92) | 61.91 | 45.85 | 76.67 | 74.98 | 50.12 |
|
31 |
+
| [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B) [π](https://gist.github.com/mlabonne/ad0c665bbe581c8420136c3b52b3c15c) | 60.25 | 46.06 | 76.77 | 70.32 | 47.86 |
|
32 |
+
| [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) [π](https://gist.github.com/mlabonne/05d358e17dffdf9eee7c2322380c9da6) | 54.81 | 38.5 | 71.64 | 66.82 | 42.29 |
|
33 |
+
|
34 |
## 𧩠Configuration
|
35 |
|
36 |
```yaml
|