Text Generation
Transformers
PyTorch
mistral
Not-For-All-Audiences
nsfw
text-generation-inference
Inference Endpoints
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
## Description
|
9 |
+
|
10 |
+
This repo contains fp16 files of MistRP-AirOrca-7B.
|
11 |
+
|
12 |
+
<!-- description end -->
|
13 |
+
<!-- description start -->
|
14 |
+
## Models and loras used
|
15 |
+
|
16 |
+
- [Open-Orca/Mistral-7B-OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)
|
17 |
+
- [teknium/airoboros-mistral2.2-7b](https://huggingface.co/teknium/airoboros-mistral2.2-7b)
|
18 |
+
- [Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b](https://huggingface.co/Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b)
|
19 |
+
- [Undi95/Mistral-pippa-sharegpt-7b-qlora](https://huggingface.co/Undi95/Mistral-pippa-sharegpt-7b-qlora)
|
20 |
+
- [lemonilia/LimaRP-MistralOrca-7B](https://huggingface.co/lemonilia/LimaRP-MistralOrca-7B)
|
21 |
+
|
22 |
+
<!-- description end -->
|
23 |
+
<!-- prompt-template start -->
|
24 |
+
## Prompt template: Alpaca
|
25 |
+
|
26 |
+
```
|
27 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
28 |
+
|
29 |
+
### Instruction:
|
30 |
+
{prompt}
|
31 |
+
|
32 |
+
### Response:
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
## LimaRP v3 usage and suggested settings
|
37 |
+
|
38 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/ZC_iP2KkcEcRdgG_iyxYE.png)
|
39 |
+
|
40 |
+
You can follow these instruction format settings in SillyTavern. Replace tiny with your desired response length:
|
41 |
+
|
42 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/PIn8_HSPTJEMdSEpNVSdm.png)
|
43 |
+
|
44 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|