File size: 1,536 Bytes
5dbf40e c576075 bbb83a4 c576075 d202bf5 7f48528 e52a9d8 d202bf5 e52a9d8 5dbf40e 5666f8b 5dbf40e 895fce3 5dbf40e 895fce3 5dbf40e 895fce3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: apache-2.0
language:
- en
---
# palmer
This model is a "MErging of Experts" (MEoE) fine-tuned to be biased as an assistant without using any prompts—as a result of these efforts—palmer is better than babbage-002 and qwen-1.8b on most benchmarks (except MMLU) despite being 40% smaller.
```
MMLU ARC-C OBQA HellaSwag PIQA Winogrande Average
tinyllama-chat | 0.2470 | 0.3285 | 0.3740 | 0.6037 | 0.7448 | 0.6022 | 0.4833 |
zyte-1b | 0.2397 | 0.3353 | 0.3700 | 0.6086 | 0.7541 | 0.5998 | 0.4845 |
palmer-003 | 0.2534 | 0.3370 | 0.3740 | 0.6128 | 0.7486 | 0.6535 | 0.4965 |
qwen-1-8 | 0.4536 | 0.3490 | 0.3320 | 0.5876 | 0.7307 | 0.5896 | 0.5070 |
```
This work constitutes an advancement towards SMLs being easily powered by edge devices like mobile phones, raspberry pis and automated software/robots. Aditionally, palmer-003 deviates its main philosophy from palmer-family to become a more powerful model with more data instead of less.
Note that since this is a traditional transformer as any popular language model, it contains hallucinations (make mistakes), and as such, it must be used with precaution on sensitive tasks.
**Prompt test**
```
prompt: reality is but
output: Reality is but a dream,
And the dreams we make are our reality.
The world is a canvas, painted by our minds,
And we can make it a masterpiece.
So let us create, let us dream,
And let our imagination run wild.
For in our imagination lies our power,
To create a world that is truly our own.
``` |