Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- chat
|
5 |
+
- roleplay
|
6 |
+
- storywriting
|
7 |
+
---
|
8 |
+
|
9 |
+
# chronos007-fp16 (70B)
|
10 |
+
|
11 |
+
This is a merge of Chronos-70b-v2 and model 007 at a ratio of 0.3 using the SLERP method, with Chronos being the parent model. This is an experimental model that has improved Chronos'
|
12 |
+
logical and reasoning abilities while keeping the unique prose and general writing Chronos provides. There is a GGUF version [here](https://huggingface.co/elinas/chronos007-GGUF)
|
13 |
+
|
14 |
+
At the moment, there is only a gguf q4_K_M version, and ratios are still being tested. You will need to offload or have ~40GB of VRAM approx to run it.
|
15 |
+
|
16 |
+
## License
|
17 |
+
|
18 |
+
This model is strictly [*non-commercial*](https://creativecommons.org/licenses/by-nc/4.0/) (**cc-by-nc-4.0**) use only which takes priority over the **LLAMA 2 COMMUNITY LICENSE AGREEMENT**. If you'd like to discuss using it for your business, contact Elinas through Discord **elinas**, or X (Twitter) **@officialelinas**.
|
19 |
+
|
20 |
+
The "Model" is completely free (ie. base model, derivates, merges/mixes) to use for non-commercial purposes as long as the the included **cc-by-nc-4.0** license in any parent repository, and the non-commercial use statute remains, regardless of other models' licences.
|
21 |
+
At the moment, only 70b models released will be under this license and the terms may change at any time (ie. a more permissive license allowing commercial use).
|
22 |
+
|
23 |
+
## Model Usage
|
24 |
+
|
25 |
+
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 Alpaca instruction mode:
|
26 |
+
|
27 |
+
```
|
28 |
+
### Instruction:
|
29 |
+
Your instruction or question here.
|
30 |
+
|
31 |
+
### Response:
|
32 |
+
```
|
33 |
+
Not using the format will make the model perform significantly worse than intended.
|
34 |
+
|
35 |
+
## Other versions
|
36 |
+
|
37 |
+
[GGUF version](https://huggingface.co/elinas/chronos007-GGUF)
|
38 |
+
|
39 |
+
|
40 |
+
**Support Development of New Models**
|
41 |
+
<a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
|
42 |
+
src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>
|