ichigoberry
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,35 @@ base_model:
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
|
|
|
|
14 |
# pandafish-2-7b-32k
|
15 |
|
16 |
pandafish-2-7b-32k is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
17 |
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
18 |
* [cognitivecomputations/dolphin-2.8-mistral-7b-v02](https://huggingface.co/cognitivecomputations/dolphin-2.8-mistral-7b-v02)
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## 𧩠Configuration
|
21 |
|
22 |
```yaml
|
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6389d3c61e8755d777902366/-_AiKUEsY3x-N7oY52fdE.jpeg" style="border-radius:2%; width: 66%">
|
15 |
+
|
16 |
# pandafish-2-7b-32k
|
17 |
|
18 |
pandafish-2-7b-32k is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
19 |
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
20 |
* [cognitivecomputations/dolphin-2.8-mistral-7b-v02](https://huggingface.co/cognitivecomputations/dolphin-2.8-mistral-7b-v02)
|
21 |
|
22 |
+
|
23 |
+
## π¬ Try it
|
24 |
+
|
25 |
+
[Playground on Huggingface Space](https://huggingface.co/spaces/ichigoberry/pandafish-2-7b-32k)
|
26 |
+
|
27 |
+
|
28 |
+
## β‘ Quantized models
|
29 |
+
|
30 |
+
- **GGUF**: [ichigoberry/pandafish-2-7b-32k-GGUF](https://huggingface.co/ichigoberry/pandafish-2-7b-32k-GGUF)
|
31 |
+
- **MLX**: tbd
|
32 |
+
|
33 |
+
|
34 |
+
## π Evals
|
35 |
+
|
36 |
+
| Model |AGIEval|GPT4All|TruthfulQA|Bigbench|Average|
|
37 |
+
|---------------------------------------------------------------------------|------:|------:|---------:|-------:|------:|
|
38 |
+
|[pandafish-2-7b-32k](https://huggingface.co/ichigoberry/pandafish-2-7b-32k) [π](https://gist.github.com/tosh/de1769c43db88d94353ca481f4bc418f)| **40.8**| **73.35**| 57.46| **42.69**| 53.57|
|
39 |
+
|[Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) [π](https://gist.github.com/tosh/578fa995f985b178b65a7675168b145c)| 38.5| 71.64| 66.82| 42.29| **54.81**|
|
40 |
+
|[dolphin-2.8-mistral-7b-v02](https://huggingface.co/cognitivecomputations/dolphin-2.8-mistral-7b-v02) [π](https://gist.github.com/tosh/424bf090fa49d6117f4cffe6373e4060)| 38.99| **72.22**| **51.96**| 40.41| 50.9|
|
41 |
+
|
42 |
+
|
43 |
## 𧩠Configuration
|
44 |
|
45 |
```yaml
|