elinas commited on
Commit
21585ff
·
1 Parent(s): 5ef8ac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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
  --