Text Generation
Transformers
Safetensors
mixtral
Not-For-All-Audiences
nsfw
text-generation-inference
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 C-Based-2x7B.
|
12 |
+
|
13 |
+
Created by taking the best benchmark scoring model with the smallest size on HF leaderboard as of today (29/03/2024) which is [zhengr/MixTAO-7Bx2-MoE-v8.1](https://huggingface.co/zhengr/MixTAO-7Bx2-MoE-v8.1) and merging to it some MoE done by myself using the human feedback data from [Chaiverse](https://console.chaiverse.com/) specifically to have high level of RP, intelligence and usage.
|
14 |
+
|
15 |
+
Since this is a frankenmoe, I really don't know what the result will be leaderboard side, but what interest me is the human interaction realism anyway (for RP/ERP).
|
16 |
+
|
17 |
+
<!-- description end -->
|
18 |
+
<!-- prompt-template start -->
|
19 |
+
## Prompt template: Alpaca
|
20 |
+
|
21 |
+
```
|
22 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
23 |
+
|
24 |
+
### Instruction:
|
25 |
+
{system prompt}
|
26 |
+
|
27 |
+
### Input:
|
28 |
+
{prompt}
|
29 |
+
|
30 |
+
### Response:
|
31 |
+
{output}
|
32 |
+
```
|
33 |
+
|
34 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|