Text Generation
Transformers
Safetensors
mistral
Not-For-All-Audiences
nsfw
text-generation-inference
Inference Endpoints
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 BigL-7B.
|
12 |
+
|
13 |
+
This model was created by merging the basic Mistral-0.2-7B, a full finetuned fo RP model of it ([Undi95/LewdMistral-7B-0.2](https://huggingface.co/Undi95/LewdMistral-7B-0.2)) and some others top Mistral model I enjoyed (Toppy, ...)
|
14 |
+
|
15 |
+
This demonstrate than merging Mistral 0.1 and 0.2 models is possible if done correctly, without the need to retrain entirely (dataset lost, repo deleted, etc...)
|
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).
|