Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,28 @@ license: apache-2.0
|
|
9 |
language:
|
10 |
- en
|
11 |
---
|
12 |
-
# WestLake-10.7B-v2
|
|
|
|
|
13 |
|
14 |
This is my first viable self-merge of this fantastic model obtained after 12 rounds of testing with different
|
15 |
merge settings. In my benchmark, it greatly improves over the original 7B model, and ranks between miqu-1-120b
|
16 |
-
and goliath-120b! I would describe the improvements as a better writing style, with more details.
|
|
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Merge Details
|
21 |
### Merge Method
|
|
|
9 |
language:
|
10 |
- en
|
11 |
---
|
12 |
+
# WestLake-10.7B-v2 (GGUF version)
|
13 |
+
|
14 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
|
16 |
This is my first viable self-merge of this fantastic model obtained after 12 rounds of testing with different
|
17 |
merge settings. In my benchmark, it greatly improves over the original 7B model, and ranks between miqu-1-120b
|
18 |
+
and goliath-120b! I would describe the improvements as a better writing style, with more details. It does have
|
19 |
+
a small negative point, which is it has a bit more difficulties following instruction, but not by much.
|
20 |
|
21 |
+
It is also the first model I test that has a full score on the following test:
|
22 |
+
```
|
23 |
+
Write a sequence of nominal groups that flow into one another, using the following rules:
|
24 |
+
- each nominal group is made of exactly 3 words
|
25 |
+
- the first word of each nominal group must be the last word of the previous nominal group
|
26 |
+
- the first word of the first nominal group is: "ball"
|
27 |
+
- the last word of the last nominal group is: "stone"
|
28 |
+
- there must be a theme, of your choosing, pertaining to all nominal groups
|
29 |
+
- there must be exactly 7 nominal groups, leading from the first word (ball) to the last word (stone)
|
30 |
+
- a word already used at the beginning and end of a nominal group cannot be reused
|
31 |
+
Present your solution as a list numbered with roman numerals.
|
32 |
+
Finally, explain why you chose your specific theme.
|
33 |
+
```
|
34 |
|
35 |
## Merge Details
|
36 |
### Merge Method
|