Text Generation
Transformers
Safetensors
llama
Not-For-All-Audiences
nsfw
text-generation-inference
Inference Endpoints
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
<!-- description start -->
|
9 |
+
## Description
|
10 |
+
|
11 |
+
This repo contains fp16 files of X-MythoChronos-13B, a merge based around [Xwin-LM/Xwin-LM-13B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2) and [elinas/chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2).
|
12 |
+
|
13 |
+
Merge was done by choosing carefully the models, the loras, the weights of each of them, the order in which they are applied, and the order of the final models merging with the main goal of having a fresh RP experience.
|
14 |
+
|
15 |
+
<!-- description end -->
|
16 |
+
<!-- description start -->
|
17 |
+
## Models and loras used
|
18 |
+
|
19 |
+
- [Xwin-LM/Xwin-LM-13B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2)
|
20 |
+
- [elinas/chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2)
|
21 |
+
- [Doctor-Shotgun/cat-v1.0-13b](https://huggingface.co/Doctor-Shotgun/cat-v1.0-13b)
|
22 |
+
- [athirdpath/Eileithyia-13B](https://huggingface.co/athirdpath/Eileithyia-13B)
|
23 |
+
- [Gryphe/MythoMax-L2-13b](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
24 |
+
- [crestf411/crestfall-peft](https://huggingface.co/crestf411/crestfall-peft)
|
25 |
+
- [Undi95/Llama2-13B-no_robots-alpaca-lora](https://huggingface.co/Undi95/Llama2-13B-no_robots-alpaca-lora)
|
26 |
+
- [zattio770/120-Days-of-LORA-v2-13B](https://huggingface.co/zattio770/120-Days-of-LORA-v2-13B)
|
27 |
+
- [lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT](https://huggingface.co/lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT)
|
28 |
+
|
29 |
+
<!-- description end -->
|
30 |
+
<!-- prompt-template start -->
|
31 |
+
## Prompt template: Alpaca
|
32 |
+
|
33 |
+
```
|
34 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
35 |
+
|
36 |
+
### Instruction:
|
37 |
+
{prompt}
|
38 |
+
|
39 |
+
### Response:
|
40 |
+
|
41 |
+
```
|
42 |
+
|
43 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|