Triangle104
commited on
Commit
•
3e62c2a
1
Parent(s):
0ea9b8d
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,51 @@ base_model: crestf411/MS-sunfall-v0.7.0
|
|
18 |
This model was converted to GGUF format from [`crestf411/MS-sunfall-v0.7.0`](https://huggingface.co/crestf411/MS-sunfall-v0.7.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
19 |
Refer to the [original model card](https://huggingface.co/crestf411/MS-sunfall-v0.7.0) for more details on the model.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Use with llama.cpp
|
22 |
Install llama.cpp through brew (works on Mac and Linux)
|
23 |
|
|
|
18 |
This model was converted to GGUF format from [`crestf411/MS-sunfall-v0.7.0`](https://huggingface.co/crestf411/MS-sunfall-v0.7.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
19 |
Refer to the [original model card](https://huggingface.co/crestf411/MS-sunfall-v0.7.0) for more details on the model.
|
20 |
|
21 |
+
---
|
22 |
+
Model details:
|
23 |
+
-
|
24 |
+
Sunfall (2024-10-28) v0.7.0 on top of Mistral Small Instruct 2409.
|
25 |
+
|
26 |
+
It also contains samples from Antracite.Org datasets. See bottom for details.
|
27 |
+
|
28 |
+
Significant revamping of the dataset metadata generation process, resulting in higher quality dataset overall. The "Diamond Law" experiment has been removed as it didn't seem to affect the model output enough to warrant set up complexity.
|
29 |
+
|
30 |
+
Recommended starting point:
|
31 |
+
-
|
32 |
+
Temperature: 1
|
33 |
+
MinP: 0.05~0.1
|
34 |
+
DRY: 0.8 1.75 2 0
|
35 |
+
|
36 |
+
At early context, I recommend keeping XTC disabled. Once you hit higher context sizes (10k+), enabling XTC at 0.1 / 0.5 seems to significantly improve the output, but YMMV. If the output drones on and is uninspiring, XTC can be extremely effective.
|
37 |
+
|
38 |
+
General heuristic:
|
39 |
+
-
|
40 |
+
Lots of slop? Temperature is too low. Raise it, or enable XTC. For early context, temp bump is probably preferred.
|
41 |
+
Is the model making mistakes about subtle or obvious details in the scene? Temperature is too high, OR XTC is enabled and/or XTC settings are too high. Lower temp and/or disable XTC.
|
42 |
+
|
43 |
+
Mergers/fine-tuners: there is a LoRA of this model. Consider merging that instead of merging this model.
|
44 |
+
|
45 |
+
This model has been trained on context that mimics that of Silly Tavern's "Mistral V2 & V3" preset, with character names added.
|
46 |
+
|
47 |
+
Silly Tavern output example (Henry is the human, Beth the bot):
|
48 |
+
|
49 |
+
[INST] Henry: I poke Beth.[/INST] Beth: Beth yelps.
|
50 |
+
|
51 |
+
The model has also been trained to do interactive storywriting. You may steer the model towards specific content by "responding" to the model like so:
|
52 |
+
|
53 |
+
Continue writing adhering to the following scenario: (things you want to happen next)
|
54 |
+
|
55 |
+
Additional inclusions (random sampled sub-set, cursorily quality-checked) from:
|
56 |
+
|
57 |
+
Gryphe/Sonnet3.5-Charcard-Roleplay
|
58 |
+
anthracite-org/c2_logs_32k_mistral-v3_v1.2_no_system
|
59 |
+
anthracite-org/kalo-opus-instruct-22k-no-refusal-no-system
|
60 |
+
anthracite-org/kalo-opus-instruct-3k-filtered-no-system
|
61 |
+
anthracite-org/nopm_claude_writing_fixed
|
62 |
+
|
63 |
+
As such, the dataset is not 100% slop free, but this addition likely helps the model be a better roleplayer. At some point, I intend to clean up and release the samples, deslopped.
|
64 |
+
|
65 |
+
---
|
66 |
## Use with llama.cpp
|
67 |
Install llama.cpp through brew (works on Mac and Linux)
|
68 |
|