Update README.md
Browse files
README.md
CHANGED
@@ -7,42 +7,31 @@ library_name: transformers
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
-
|
11 |
---
|
12 |
-
# merge
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
-
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
* [raidhon/coven_tiny_1.1b_32k_orpo_alpha](https://huggingface.co/raidhon/coven_tiny_1.1b_32k_orpo_alpha)
|
25 |
-
* [appvoid/palmer-003](https://huggingface.co/appvoid/palmer-003)
|
26 |
|
27 |
-
### Configuration
|
28 |
|
29 |
-
The following YAML configuration was used to produce this model:
|
30 |
|
31 |
-
```yaml
|
32 |
-
models:
|
33 |
-
- model: appvoid/palmer-003
|
34 |
-
parameters:
|
35 |
-
density: 0.75
|
36 |
-
weight: 0.5
|
37 |
-
- model: raidhon/coven_tiny_1.1b_32k_orpo_alpha
|
38 |
-
parameters:
|
39 |
-
density: 0.75
|
40 |
-
weight: 0.5
|
41 |
|
42 |
-
|
43 |
-
base_model: appvoid/palmer-002-32k
|
44 |
-
parameters:
|
45 |
-
normalize: false
|
46 |
-
int8_mask: true
|
47 |
-
dtype: float16
|
48 |
-
```
|
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
+
license: apache-2.0
|
11 |
---
|
|
|
12 |
|
13 |
+
<style>
|
14 |
+
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
|
15 |
+
</style>
|
16 |
+
|
17 |
+
<div style="background-color: #101010; border-radius: .5rem; padding: 2rem; font-family: monospace; font-size: .85rem; text-align: justify;">
|
18 |
+
|
19 |
+
![palmer-004](https://huggingface.co/appvoid/palmer-004/resolve/main/palmer-004.jpeg)
|
20 |
|
21 |
+
|
22 |
+
#### Introducing palmer-004
|
23 |
|
24 |
+
We are thrilled to unveil palmer-004, the fourth iteration in our esteemed palmer series, designed to push the boundaries of performance and context window capacity. Merging the best of palmer-003 with the expansive capabilities of palmer-002-32k, palmer-004 is a testament to the power of merging similar trained models, think of it as palmer-003 with 32k context with minimal performance degradation.
|
25 |
|
26 |
+
| Model | MMLU | ARC-C | HellaSwag | PIQA | Winogrande |
|
27 |
+
|---------------|-------|-------|-----------|--------|------------|
|
28 |
+
| tinyllama-3t | 0.2577| 0.3029| 0.5935 | 0.7329 | 0.5959 |
|
29 |
+
| palmer-003 | 0.2523| 0.3439| 0.6208 | 0.7524 | 0.6590 |
|
30 |
+
| palmer-004 | 0.2601| 0.3456| 0.6138 | 0.7443 | 0.6511 |
|
31 |
|
32 |
+
Crafted using the TIES merge method, palmer-004 elevates its predecessor's prowess to a remarkable 32k context window without needing to train on additional data. This model doesn't just aim to match; it surpasses, outperforming the current state-of-the-art coven_tiny_1.1b_32k_orpo_alpha on several benchmarks. As of June 1, 2024, palmer-004 stands as the premier 32k 1B model to fine-tune from on Hugging Face, setting a new standard for excellence in the open-source AI community.
|
|
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|