|
--- |
|
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 |
|
|