Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,28 @@ tags:
|
|
12 |
This model was converted to GGUF format from [`ToastyPigeon/Gemma-3-Starshine-12B`](https://huggingface.co/ToastyPigeon/Gemma-3-Starshine-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
13 |
Refer to the [original model card](https://huggingface.co/ToastyPigeon/Gemma-3-Starshine-12B) for more details on the model.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Use with llama.cpp
|
16 |
Install llama.cpp through brew (works on Mac and Linux)
|
17 |
|
|
|
12 |
This model was converted to GGUF format from [`ToastyPigeon/Gemma-3-Starshine-12B`](https://huggingface.co/ToastyPigeon/Gemma-3-Starshine-12B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
13 |
Refer to the [original model card](https://huggingface.co/ToastyPigeon/Gemma-3-Starshine-12B) for more details on the model.
|
14 |
|
15 |
+
---
|
16 |
+
A creative writing model based on a merge of fine-tunes on Gemma 3 12B IT and Gemma 3 12B PT.
|
17 |
+
|
18 |
+
This is the Story Focused merge. This version works
|
19 |
+
better for storytelling and scenarios, as the prose is more novel-like
|
20 |
+
and it has a tendency to impersonate the user character.
|
21 |
+
|
22 |
+
See the Alternate RP Focused version as well.
|
23 |
+
|
24 |
+
This is a merge of two G3 models, one trained on instruct and one trained on base:
|
25 |
+
|
26 |
+
- allura-org/Gemma-3-Glitter-12B - Itself a merge of a storywriting and RP train (both also by ToastyPigeon), on instruct
|
27 |
+
|
28 |
+
- ToastyPigeon/Gemma-3-Confetti-12B - Experimental application of the Glitter data using base instead of
|
29 |
+
instruct, additionally includes some adventure data in the form of
|
30 |
+
SpringDragon.
|
31 |
+
|
32 |
+
The result is a lovely blend of Glitter's ability to follow
|
33 |
+
instructions and Confetti's free-spirit prose, effectively 'loosening
|
34 |
+
up' much of the hesitancy that was left in Glitter.
|
35 |
+
|
36 |
+
---
|
37 |
## Use with llama.cpp
|
38 |
Install llama.cpp through brew (works on Mac and Linux)
|
39 |
|