Triangle104
commited on
Commit
•
8a74216
1
Parent(s):
7f3d2c4
Update README.md
Browse files
README.md
CHANGED
@@ -106,6 +106,54 @@ model-index:
|
|
106 |
This model was converted to GGUF format from [`Darkknight535/OpenCrystal-12B-L3`](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3) for more details on the model.
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
## Use with llama.cpp
|
110 |
Install llama.cpp through brew (works on Mac and Linux)
|
111 |
|
|
|
106 |
This model was converted to GGUF format from [`Darkknight535/OpenCrystal-12B-L3`](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3) for more details on the model.
|
108 |
|
109 |
+
---
|
110 |
+
Model details:
|
111 |
+
-
|
112 |
+
This is a finetuned language model. (I recommend using this one v2 and v2.1 are not good enough)
|
113 |
+
|
114 |
+
Rohma
|
115 |
+
128K??
|
116 |
+
|
117 |
+
L3.1 Variant here
|
118 |
+
Instruct Template
|
119 |
+
|
120 |
+
Default llama3 instruct and context preset, but here is the one i use. Instruct Context
|
121 |
+
Samplers
|
122 |
+
Creative
|
123 |
+
|
124 |
+
Temp : 1.23
|
125 |
+
Min P : 0.05
|
126 |
+
Repetition Penalty : 1.05
|
127 |
+
|
128 |
+
[And everything else neutral]
|
129 |
+
|
130 |
+
Normal
|
131 |
+
|
132 |
+
Temp : 0.6 - 0.8
|
133 |
+
Min P : 0.1
|
134 |
+
Repetition Penalty : 1.1
|
135 |
+
|
136 |
+
[And everything else neutral]
|
137 |
+
|
138 |
+
Pro Tip
|
139 |
+
|
140 |
+
You can uncheck Include Names option in sillytavern, to force it to speak as others dynamically. Not Recommended
|
141 |
+
|
142 |
+
Features
|
143 |
+
|
144 |
+
Can speak as other npc automatically.
|
145 |
+
Creative (Swipes are crazy.)
|
146 |
+
Coherent (Sometime gets horny)
|
147 |
+
Output feels like you're using Character.ai
|
148 |
+
Follows prompt better
|
149 |
+
Likes higher context length. (12K easily tested)
|
150 |
+
can summarize and generate image prompts well [The Above image's prompt is generated in a roleplay by this model] (Possible : Due to llama-3-instruct as base)
|
151 |
+
|
152 |
+
Instruct Prompt
|
153 |
+
|
154 |
+
You're {{char}}, follow {{char}} personality and plot of the story, Don't impersonate as {{user}}, Speak as others NPC except {{user}} when needed. Be Creative, Create various interesting events and situations during the story.
|
155 |
+
|
156 |
+
---
|
157 |
## Use with llama.cpp
|
158 |
Install llama.cpp through brew (works on Mac and Linux)
|
159 |
|