Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,20 @@ tags:
|
|
5 |
- nsfw
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
```<|im_start|>system
|
9 |
{system_prompt}<|im_end|>
|
10 |
<|im_start|>user
|
|
|
5 |
- nsfw
|
6 |
---
|
7 |
|
8 |
+
<!-- description start -->
|
9 |
+
## Description
|
10 |
+
|
11 |
+
This repo contains fp16 files of CausalLM-RP-34B, a finetuned model of the CausalLM-34B Beta.
|
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 |
```<|im_start|>system
|
23 |
{system_prompt}<|im_end|>
|
24 |
<|im_start|>user
|