Triangle104
commited on
Commit
•
dd85418
1
Parent(s):
f7afacf
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,46 @@ license: gemma
|
|
13 |
This model was converted to GGUF format from [`allura-org/G2-9B-Aletheia-v1`](https://huggingface.co/allura-org/G2-9B-Aletheia-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/allura-org/G2-9B-Aletheia-v1) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`allura-org/G2-9B-Aletheia-v1`](https://huggingface.co/allura-org/G2-9B-Aletheia-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/allura-org/G2-9B-Aletheia-v1) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
Model details:
|
18 |
+
-
|
19 |
+
A merge of Sugarquill and Sunfall. I wanted to combine Sugarquill's more novel-like writing style with something that would improve it's RP perfomance and make it more steerable, w/o adding superfluous synthetic writing patterns.
|
20 |
+
|
21 |
+
I quite like Crestfall's Sunfall models and I felt like Gemma version of Sunfall will steer the model in this direction when merged in. To keep more of Gemma-2-9B-it-SPPO-iter3's smarts, I've decided to apply Sunfall LoRA on top of it, instead of using the published Sunfall model.
|
22 |
+
|
23 |
+
I'm generally pleased with the result, this model has nice, fresh writing style, good charcard adherence and good system prompt following. It still should work well for raw completion storywriting, as it's a trained feature in both merged models.
|
24 |
+
|
25 |
+
Made by Auri.
|
26 |
+
|
27 |
+
Thanks to Prodeus, Inflatebot and ShotMisser for testing and giving feedback.
|
28 |
+
|
29 |
+
Format
|
30 |
+
Model responds to Gemma instruct formatting, exactly like it's base model.
|
31 |
+
|
32 |
+
<bos><start_of_turn>user
|
33 |
+
{user message}<end_of_turn>
|
34 |
+
<start_of_turn>model
|
35 |
+
{response}<end_of_turn><eos>
|
36 |
+
|
37 |
+
Mergekit config
|
38 |
+
The following YAML configuration was used to produce this model:
|
39 |
+
|
40 |
+
models:
|
41 |
+
- model: allura-org/G2-9B-Sugarquill-v0
|
42 |
+
parameters:
|
43 |
+
weight: 0.55
|
44 |
+
density: 0.4
|
45 |
+
- model: UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3+AuriAetherwiing/sunfall-g2-lora
|
46 |
+
parameters:
|
47 |
+
weight: 0.45
|
48 |
+
density: 0.3
|
49 |
+
merge_method: ties
|
50 |
+
base_model: UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3
|
51 |
+
parameters:
|
52 |
+
normalize: true
|
53 |
+
dtype: bfloat16
|
54 |
+
|
55 |
+
---
|
56 |
## Use with llama.cpp
|
57 |
Install llama.cpp through brew (works on Mac and Linux)
|
58 |
|