elinas commited on
Commit
4f91605
1 Parent(s): bcc9413

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - chat
5
+ - roleplay
6
+ - storywriting
7
+ ---
8
+
9
+ # chronos-70b-v2
10
+
11
+ This is the FP16 PyTorch / HF version of **chronos-70b-v2** based on the **Llama v2 Base** model.
12
+
13
+ This model is strictly *non-commercial* use only. If you'd like to license it, contact Elinas through Hugging Face, Discord @elinas, or X (Twitter) @officialelinas. It is free to use for non-commercial purposes.
14
+
15
+ This model is primarily focused on chat, roleplay, storywriting, with good reasoning and logic.
16
+
17
+ Chronos can generate very long outputs with coherent text, largely due to the human inputs it was trained on, and it supports context length up to 4096 tokens.
18
+
19
+ This model uses Alpaca formatting, so for optimal model performance, use it to start the dialogue or story, and if you use a frontend like SillyTavern ENABLE instruction mode:
20
+
21
+ ```
22
+ ### Instruction:
23
+ Your instruction or question here.
24
+ ### Response:
25
+ ```
26
+ Not using the format will make the model perform significantly worse than intended.
27
+
28
+ ## Other Versions
29
+
30
+ [GGML Versions provided by @TheBloke]()
31
+
32
+ [4bit GPTQ Quantized version]()
33
+
34
+ Only use this version for further quantization or if you would like to run in full precision, as long as you have the VRAM required.
35
+
36
+
37
+ **Support My Development of New Models**
38
+ <a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
39
+ src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>