Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 GGUF files of CausalLM-RP-34B, a finetuned model of the CausalLM-34B Beta on multiple RP datasets.
|
12 |
+
|
13 |
+
<!-- description end -->
|
14 |
+
<!-- description start -->
|
15 |
+
## Model used
|
16 |
+
|
17 |
+
- [CausalLM/34b-beta](https://huggingface.co/CausalLM/34b-beta)
|
18 |
+
|
19 |
+
### Prompt template ChatML
|
20 |
+
|
21 |
+
|
22 |
+
```
|
23 |
+
<|im_start|>system
|
24 |
+
{system_prompt}<|im_end|>
|
25 |
+
<|im_start|>user
|
26 |
+
{prompt}<|im_end|>
|
27 |
+
<|im_start|>assistant
|
28 |
+
{output}<|im_end|>
|
29 |
+
```
|