Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+

|
7 |
+
## "Sometimes, the brightest gems are found in the darkest places. For it is in the shadows where we learn to really see the light."
|
8 |
+
|
9 |
+
## Quants: Thanks to Bartowski!: [GGUF Available Here](https://huggingface.co/bartowski/Nera_Noctis-12B-GGUF) <3
|
10 |
+
|
11 |
+
# Prompt format: ChatML
|
12 |
+
```
|
13 |
+
<|im_start|>system
|
14 |
+
{system_prompt}<|im_end|>
|
15 |
+
<|im_start|>user
|
16 |
+
{prompt}<|im_end|>
|
17 |
+
<|im_start|>assistant
|
18 |
+
```
|
19 |
+
|
20 |
+
# Instruct/Context import + Textgen preset combined available: [Presets Here](https://huggingface.co/Nitral-AI/Nera_Noctis-12B/tree/main/SillyTavern_Presets)
|
21 |
+
|
22 |
+
# ST Example:
|
23 |
+

|