mlabonne commited on
Commit
b88aacb
β€’
1 Parent(s): 940444d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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