giraffe176
commited on
Commit
•
9ed288f
1
Parent(s):
4f34d62
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,40 +1,25 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
-
- mistralai/Mistral-7B-v0.1
|
4 |
- berkeley-nest/Starling-LM-7B-alpha
|
5 |
- mlabonne/AlphaMonarch-7B
|
6 |
- cognitivecomputations/WestLake-7B-v2-laser
|
7 |
- senseable/garten2-7b
|
|
|
8 |
library_name: transformers
|
9 |
tags:
|
10 |
- mergekit
|
11 |
- merge
|
12 |
-
license: cc-by-nc-4.0
|
13 |
-
---
|
14 |
-
# Starling_Monarch_Westlake_Garten-7B-v0.1
|
15 |
-
|
16 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/655a9883cbbaec115c3fd6b3/Chyn1eXYC0LSY6yVdeRBV.png" alt="drawing" width="800"/>
|
17 |
-
|
18 |
-
After experimenting with density for a previous merge (containing similar models), I decided to experiment with weight gradients. My thought that was that if the merge was done with care and attention, I'd be able to create something greater than the sum of its parts.
|
19 |
-
Hoping that, through a merge of really good models, I'd be able to create soemthing greater than the sum of its parts.
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
Too late in the process, I learned that [dare_ties](https://arxiv.org/abs/2311.03099) has a random element to it. Valuable information for next time, I guess. After concluding that project, I began collecting more data, this time setting a specified seed in mergekit for reproducibility. As I was collecting data, I hit the goal I had set for myself.
|
24 |
-
This model is *not* a result of the above work but is the genesis of how this model came to be.
|
25 |
-
|
26 |
-
I present, **Starling_Monarch_Westlake_Garten-7B-v0.1**, the only 7B model to score > 80 on the EQ-Bench v2.1 benchmark found [here](https://github.com/EQ-bench/EQ-Bench), outscoring larger models like [abacusai/Smaug-72B-v0.1](https://huggingface.co/abacusai/Smaug-72B-v0.1) and [cognitivecomputations/dolphin-2.2-70b](https://huggingface.co/cognitivecomputations/dolphin-2.2-70b)
|
27 |
-
|
28 |
-
It also earned 8.109 on MT-Bench[(paper)](https://arxiv.org/abs/2306.05685), outscoring Chat-GPT 3.5 and Claude v1.
|
29 |
|
30 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
31 |
|
32 |
## Merge Details
|
33 |
### Merge Method
|
34 |
|
35 |
-
|
36 |
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base.
|
37 |
-
|
38 |
### Models Merged
|
39 |
|
40 |
The following models were included in the merge:
|
@@ -87,39 +72,3 @@ parameters:
|
|
87 |
dtype: bfloat16
|
88 |
|
89 |
```
|
90 |
-
|
91 |
-
### Table of Benchmarks
|
92 |
-
|
93 |
-
## Open LLM Leaderboard
|
94 |
-
|
95 |
-
| | Average | ARC | HellaSwag | MMLU | TruthfulQA | Winogrande | GSM8K |
|
96 |
-
|---------------------------------------------------------|---------|-------|-----------|-------|------------|------------|-------|
|
97 |
-
| giraffe176/Starling_Monarch_Westlake_Garten-7B-v0.1 | 74.9 | 71.76 | 88.15 | 65.07 | 67.92 | 84.53 | 71.95 |
|
98 |
-
| mlabonne/AlphaMonarch-7B | 75.99 | 73.04 | 89.18 | 64.4 | 77.91 | 84.69 | 66.72 |
|
99 |
-
| senseable/WestLake-7B-v2 | 74.68 | 73.04 | 88.65 | 64.71 | 67.06 | 86.98 | 67.63 |
|
100 |
-
| berkeley-nest/Starling-LM-7B-alpha | 67.13 | 63.82 | 84.9 | 63.64 | 46.39 | 80.58 | 62.4 |
|
101 |
-
| senseable/garten2-7b | 72.65 | 69.37 | 87.54 | 65.44 | 59.5 | 84.69 | 69.37 |
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
## Yet Another LLM Leaderboard benchmarks
|
106 |
-
|
107 |
-
| Model |AGIEval|GPT4All|TruthfulQA|Bigbench|Average|
|
108 |
-
|---------------------------------------------------------------------------------------------------------------------------------|------:|------:|---------:|-------:|------:|
|
109 |
-
|[giraffe176/Starling_Monarch_Westlake_Garten-7B-v0.1](https://huggingface.co/giraffe176/Starling_Monarch_Westlake_Garten-7B-v0.1)| 44.99| 76.93| 68.04| 47.71| 59.42|
|
110 |
-
|[mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) | 45.37| 77 | 78.39| 50.2 | 62.74|
|
111 |
-
|[berkeley-nest/Starling-LM-7B-alpha](https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha) | 42.06| 72.72| 47.33| 42.53| 51.16 |
|
112 |
-
|
113 |
-
## Misc. Benchmarks
|
114 |
-
|
115 |
-
| | MT-Bench | EQ-Bench v2.1 |
|
116 |
-
|---------------------------------------------------------|---------------------------------------------|---------------------------------------------------------------------------------|
|
117 |
-
| giraffe176/Starling_Monarch_Westlake_Garten-7B-v0.1 | 8.109375 | 80.01 (3 Shot, ChatML, ooba) |
|
118 |
-
| mlabonne/AlphaMonarch-7B | 8.23750 | 76.08 |
|
119 |
-
| senseable/WestLake-7B-v2 | X | 78.7 |
|
120 |
-
| berkeley-nest/Starling-LM-7B-alpha | 8.09 | 68.69 (1 Shot, ChatML, ooba) |
|
121 |
-
| senseable/garten2-7b | X | 75.03 |
|
122 |
-
| claude-v1 | 7.900000 | 76.83 |
|
123 |
-
| gpt-3.5-turbo | 7.943750 | 71.74 |
|
124 |
-
| | [(Paper)](https://arxiv.org/abs/2306.05685) | [(Paper)](https://arxiv.org/abs/2312.06281) [Leaderboard](https://eqbench.com/) |
|
125 |
-
|
|
|
1 |
---
|
2 |
base_model:
|
|
|
3 |
- berkeley-nest/Starling-LM-7B-alpha
|
4 |
- mlabonne/AlphaMonarch-7B
|
5 |
- cognitivecomputations/WestLake-7B-v2-laser
|
6 |
- senseable/garten2-7b
|
7 |
+
- mistralai/Mistral-7B-v0.1
|
8 |
library_name: transformers
|
9 |
tags:
|
10 |
- mergekit
|
11 |
- merge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
---
|
14 |
+
# temp1
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
17 |
|
18 |
## Merge Details
|
19 |
### Merge Method
|
20 |
|
|
|
21 |
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base.
|
22 |
+
|
23 |
### Models Merged
|
24 |
|
25 |
The following models were included in the merge:
|
|
|
72 |
dtype: bfloat16
|
73 |
|
74 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|