mlabonne commited on
Commit
5a6f395
1 Parent(s): 621d96b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -16,6 +16,25 @@ Daredevil-7B is a merge of the following models using [LazyMergekit](https://col
16
  * [abacusai/Slerp-CM-mist-dpo](https://huggingface.co/abacusai/Slerp-CM-mist-dpo)
17
  * [EmbeddedLLM/Mistral-7B-Merge-14-v0.2](https://huggingface.co/EmbeddedLLM/Mistral-7B-Merge-14-v0.2)
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## 🧩 Configuration
20
 
21
  ```yaml
 
16
  * [abacusai/Slerp-CM-mist-dpo](https://huggingface.co/abacusai/Slerp-CM-mist-dpo)
17
  * [EmbeddedLLM/Mistral-7B-Merge-14-v0.2](https://huggingface.co/EmbeddedLLM/Mistral-7B-Merge-14-v0.2)
18
 
19
+ ## 🏆 Evaluation
20
+
21
+ ### Open LLM Leaderboard
22
+
23
+ TBD.
24
+
25
+ ### Nous
26
+
27
+ | Model |AGIEval|GPT4All|TruthfulQA|Bigbench|Average|
28
+ |------------------------------------------------------------|------:|------:|---------:|-------:|------:|
29
+ |[**Daredevil-7B**](https://huggingface.co/shadowml/Daredevil-7B)| **44.85**| <u>**76.07**</u>| <u>**64.89**</u>| **47.07**| <u>**58.22**</u>|
30
+ |[OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B)| 42.75| 72.99| 52.99| 40.94| 52.42|
31
+ |[NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B)| 43.67| 73.24| 55.37| 41.76| 53.51|
32
+ |[Marcoro14-7B-slerp](https://huggingface.co/mlabonne/Marcoro14-7B-slerp) | 44.66| 76.24| 64.15| 45.64| 57.67|
33
+ |[CatMarcoro14-7B-slerp](https://huggingface.co/occultml/CatMarcoro14-7B-slerp)| 45.21| 75.91| 63.81| <u>47.31</u>| 58.06|
34
+ |[Nous-Hermes-2-SOLAR-10.7B](https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B)| <u>47.79</u>| 74.69| 55.92| 44.84| 55.81|
35
+
36
+ See the complete evaluation [here](https://gist.github.com/mlabonne/cd03d60f7428450a87ca270b5c467324).
37
+
38
  ## 🧩 Configuration
39
 
40
  ```yaml