Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- mistral
|
5 |
+
- pytorch
|
6 |
+
- chatbot
|
7 |
+
- storywriting
|
8 |
+
---
|
9 |
+
|
10 |
+
# Chronos-Mistral-7B
|
11 |
+
|
12 |
+
This is the FP16 PyTorch / HF version of **chronos-mistral-7b** finetuned on the **Mistral v0.1 Base** model.
|
13 |
+
|
14 |
+
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.
|
15 |
+
|
16 |
+
This model is primarily focused on chat, roleplay, storywriting, with good reasoning and logic.
|
17 |
+
|
18 |
+
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
|
19 |
+
|
20 |
+
**Up to 16384 with RoPE** with solid coherency.
|
21 |
+
|
22 |
+
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:
|
23 |
+
```
|
24 |
+
### Instruction:
|
25 |
+
{Your instruction or question here.}
|
26 |
+
|
27 |
+
### Response:
|
28 |
+
```
|
29 |
+
Not using the format will make the model perform significantly worse than intended unless it is merged.
|
30 |
+
|
31 |
+
## Other Versions (Quantizations)
|
32 |
+
|
33 |
+
TBD
|
34 |
+
|
35 |
+
|
36 |
+
**Support My Development of New Models**
|
37 |
+
<a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
|
38 |
+
src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>
|