elinas commited on
Commit
2c68aeb
1 Parent(s): 87cd52d

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
  This release is exclusively for `cuda`, and if you need `triton` or `GGML` support, anyone is free to quantize the model as long as an original model link is provided!
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
  This release is exclusively for `cuda`, and if you need `triton` or `GGML` support, anyone is free to quantize the model as long as an original model link is provided!
26
 
27
  --