Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,34 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- arcee-ai/SuperNova-Medius
|
4 |
+
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- unsloth
|
8 |
+
- trl
|
9 |
+
- sft
|
10 |
+
---
|
11 |
+
### Tissint-14B-128k-RP
|
12 |
+
The model is based on [SuperNova-Medius](https://huggingface.co/arcee-ai/SuperNova-Medius) (as the current best 14B model) with a 128k context with an emphasis on creativity, including NSFW and multi-turn conversations.
|
13 |
+
### Chat Template - ChatML
|
14 |
+
### Samplers
|
15 |
+
|
16 |
+
## Normal (Precise)
|
17 |
+
```
|
18 |
+
Temp : 0.8 - 1.15
|
19 |
+
Min P : 0.1
|
20 |
+
|
21 |
+
Repetition Penalty : 1.02
|
22 |
+
|
23 |
+
DRY 0.8, 1.75, 2, 2048 (change to 4096 or more if needed)
|
24 |
+
```
|
25 |
+
|
26 |
+
## Creativity
|
27 |
+
```
|
28 |
+
Temp : 1.15 - 1.5
|
29 |
+
Top P : 0.9
|
30 |
+
|
31 |
+
Repetition Penalty : 1.03
|
32 |
+
|
33 |
+
DRY 0.82, 1.75, 2, 2048 (change to 4096 or more if needed)
|
34 |
+
```
|