File size: 689 Bytes
f3e6e1b 22eae47 f3e6e1b 22eae47 |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
license: cc-by-nc-nd-4.0
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- starling
- mistral
- llama-2
---
<h1 style="font-size: 36px;">PENDING</h1>
## Description:
**PENDING**
**Uncensored**
## Main Goals:
## Prompt Template:
**For optimal interaction, use this template:**
```
### Instruction:
### Response:
```
# Recommended Settings:
**Defaults:**
```
temperature: 0.77
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
```
**Better context but a little more repetitive in some cases:**
```
temperature: 0.8
top_p: 0.85
top_k: 20
repetition_penalty: 1.2
guidance_scale: 1.25
```
# Benchmarks:
PENDING
# Training Data:
PENDING
|