Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,13 @@ This model is primarily focused on chat, roleplay, and storywriting, but can acc
|
|
15 |
|
16 |
Chronos generates very long outputs with coherent text, largely due to the human inputs it was trained on.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
4bit Quantized (cuda) version: https://huggingface.co/elinas/chronos-13b-4bit
|
19 |
|
20 |
--
|
|
|
15 |
|
16 |
Chronos generates very long outputs with coherent text, largely due to the human inputs it was trained on.
|
17 |
|
18 |
+
This model uses Alpaca formatting, so for optimal model performance, use:
|
19 |
+
```
|
20 |
+
### Instruction:
|
21 |
+
Your instruction or question here.
|
22 |
+
### Response:
|
23 |
+
```
|
24 |
+
|
25 |
4bit Quantized (cuda) version: https://huggingface.co/elinas/chronos-13b-4bit
|
26 |
|
27 |
--
|