File size: 1,043 Bytes
a034350
 
 
 
 
 
 
 
 
 
d6e3e4b
 
 
 
a034350
9a79a64
 
b7ea476
 
a034350
95143b7
a034350
1583e11
a034350
 
 
 
 
 
 
 
 
95143b7
a034350
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
base_model:
- arcee-ai/SuperNova-Medius
library_name: transformers
license: apache-2.0
tags:
- unsloth
- trl
- sft
---
# Tissint-14B-128k-RP
---
![Chat Example](https://i.ibb.co/VqgjW3H/image.png)
---
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.

According to my tests, this finetune is much more stable with different samplers than the original model. Censorship and refusals have been reduced.

The model started to follow the system prompt better, and the responses in ChatML format with bad samplers stopped reaching 800+ tokens for no reason.
### Chat Template - ChatML
## Samplers

### Balance
```
Temp : 0.8 - 1.15
Min P : 0.1

Repetition Penalty : 1.02

DRY 0.8, 1.75, 2, 2048 (change to 4096 or more if needed)
```

### Creativity
```
Temp : 1.15 - 1.5
Top P : 0.9

Repetition Penalty : 1.03

DRY 0.82, 1.75, 2, 2048 (change to 4096 or more if needed)
```