Triangle104
commited on
Commit
•
71acfac
1
Parent(s):
64935f8
Update README.md
Browse files
README.md
CHANGED
@@ -111,6 +111,35 @@ model-index:
|
|
111 |
This model was converted to GGUF format from [`elinas/Chronos-Gold-12B-1.0`](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
112 |
Refer to the [original model card](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) for more details on the model.
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
## Use with llama.cpp
|
115 |
Install llama.cpp through brew (works on Mac and Linux)
|
116 |
|
|
|
111 |
This model was converted to GGUF format from [`elinas/Chronos-Gold-12B-1.0`](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
112 |
Refer to the [original model card](https://huggingface.co/elinas/Chronos-Gold-12B-1.0) for more details on the model.
|
113 |
|
114 |
+
---
|
115 |
+
Model details:
|
116 |
+
-
|
117 |
+
Chronos Gold 12B 1.0 is a very unique model that applies to domain areas such as general chatbot functionatliy, roleplay, and storywriting. The model has been observed to write up to 2250 tokens in a single sequence. The model was trained at a sequence length of 16384 (16k) and will still retain the apparent 128k context length from Mistral-Nemo, though it deteriorates over time like regular Nemo does based on the RULER Test
|
118 |
+
|
119 |
+
As a result, is recommended to keep your sequence length max at 16384, or you will experience performance degredation.
|
120 |
+
|
121 |
+
The base model is mistralai/Mistral-Nemo-Base-2407 which was heavily modified to produce a more coherent model, comparable to much larger models.
|
122 |
+
|
123 |
+
Chronos Gold 12B-1.0 re-creates the uniqueness of the original Chronos with significiantly enhanced prompt adherence (following), coherence, a modern dataset, as well as supporting a majority of "character card" formats in applications like SillyTavern.
|
124 |
+
|
125 |
+
It went through an iterative and objective merge process as my previous models and was further finetuned on a dataset curated for it.
|
126 |
+
|
127 |
+
The specifics of the model will not be disclosed at the time due to dataset ownership.
|
128 |
+
Instruct Template
|
129 |
+
|
130 |
+
This model uses ChatML - below is an example. It is a preset in many frontends.
|
131 |
+
|
132 |
+
<|im_start|>system
|
133 |
+
A system prompt describing how you'd like your bot to act.<|im_end|>
|
134 |
+
<|im_start|>user
|
135 |
+
Hello there!<|im_end|>
|
136 |
+
<|im_start|>assistant
|
137 |
+
I can assist you or we can discuss other things?<|im_end|>
|
138 |
+
<|im_start|>user
|
139 |
+
I was wondering how transformers work?<|im_end|>
|
140 |
+
<|im_start|>assistant
|
141 |
+
|
142 |
+
---
|
143 |
## Use with llama.cpp
|
144 |
Install llama.cpp through brew (works on Mac and Linux)
|
145 |
|