Text Generation
Transformers
PyTorch
llama
Not-For-All-Audiences
nsfw
text-generation-inference
Inference Endpoints
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/v6lvAhmkl02GoUQoarFaG.png)
|
9 |
+
|
10 |
+
THIS MODEL IS MADE FOR LEWD
|
11 |
+
|
12 |
+
SEXUAL, CRUDE AND KINKY CONTENT IN OUTPUT CAN AND WILL HAPPEN. YOU'RE WARNED
|
13 |
+
|
14 |
+
This is an attempt to make an uncensored Llama2-chat that can RP. It's not perfect, but I'm satified.
|
15 |
+
|
16 |
+
The beginning of the conversation is important for keeping good context and consistancy!
|
17 |
+
|
18 |
+
<!-- description start -->
|
19 |
+
## Description
|
20 |
+
|
21 |
+
This repo contains fp16 files of MLewd-L2-Chat-13B, very hot and lewd model based on Llama2-chat.
|
22 |
+
|
23 |
+
<!-- description end -->
|
24 |
+
<!-- description start -->
|
25 |
+
## Models and loras used
|
26 |
+
|
27 |
+
- Undi95/MLewd-L2-13B-Part3 (checkpoint of MLewd without LORA)
|
28 |
+
- posicube/Llama2-chat-AYT-13B
|
29 |
+
- zattio770/120-Days-of-LORA-v2-13B
|
30 |
+
- royallab/Pygmalion-2-13b-SuperCOT
|
31 |
+
- Gryphe/MythoMax-L2-13b
|
32 |
+
|
33 |
+
<!-- description end -->
|
34 |
+
<!-- prompt-template start -->
|
35 |
+
## Prompt template: Alpaca
|
36 |
+
|
37 |
+
```
|
38 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
39 |
+
|
40 |
+
### Instruction:
|
41 |
+
{prompt}
|
42 |
+
|
43 |
+
### Response:
|
44 |
+
|
45 |
+
```
|
46 |
+
|
47 |
+
Special thanks to Sushi and Shena ♥
|