ichigoberry commited on
Commit
05fad2b
β€’
1 Parent(s): b5901d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -31,6 +31,21 @@ parameters:
31
  dtype: bfloat16
32
  ```
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ## πŸ’» Usage
35
 
36
  ```python
 
31
  dtype: bfloat16
32
  ```
33
 
34
+
35
+ ## πŸ† Evals
36
+
37
+ | Model |Average|AGIEval|GPT4All|TruthfulQA|Bigbench|
38
+ |---------------------------------------------------------------|------:|------:|---------:|-------:|------:|
39
+ |[AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) [πŸ“„](https://gist.github.com/mlabonne/1d33c86824b3a11d2308e36db1ba41c1) | **62.74** | 45.37 | 77.01 | 78.39 | **50.2** |
40
+ |[Monarch-7B](https://huggingface.co/mlabonne/Monarch-7B) [πŸ“„](https://gist.github.com/mlabonne/0b8d057c5ece41e0290580a108c7a093) | 62.68 | 45.48 | 77.07 | 78.04 | 50.14 |
41
+ |[**pandafish-dt-7b**](https://huggingface.co/ichigoberry/pandafish-dt-7b) [πŸ“„](https://gist.github.com/tosh/190e51bbd0048363e160f7031f8cb003)| 62.65| 45.24| **77.19**| **78.41**| 49.76|
42
+ |[MonarchPipe-7B-slerp](https://huggingface.co/ichigoberry/MonarchPipe-7B-slerp) [πŸ“„](https://gist.github.com/tosh/3d93f4e3d2c65935bf2f4f9a46791352)| 58.77| **46.12**| 74.89| 66.59| 47.49|
43
+ |[NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) [πŸ“„](https://gist.github.com/mlabonne/14687f1eb3425b166db511f31f8e66f6) | 53.51 | 43.67 | 73.24 | 55.37 | 41.76 |
44
+ |[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 |
45
+ |[OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) [πŸ“„](https://gist.github.com/mlabonne/88b21dd9698ffed75d6163ebdc2f6cc8) | 52.42 | 42.75 | 72.99 | 52.99 | 40.94 |
46
+ |[pandafish-7b](https://huggingface.co/ichigoberry/pandafish-7b) [πŸ“„](https://gist.github.com/tosh/dda6a21e568d17a410ca618265f64a28)| 51.99 | 40 | 74.23 | 53.22 | 40.51 |
47
+
48
+
49
  ## πŸ’» Usage
50
 
51
  ```python