Files
CausalLM-RP-34B/README.md
ModelHub XC eb3b4a6d9d 初始化项目,由ModelHub XC社区提供模型
Model: NeverSleep/CausalLM-RP-34B
Source: Original Platform
2026-06-28 12:32:15 +08:00

29 lines
520 B
Markdown

---
license: cc-by-nc-4.0
tags:
- not-for-all-audiences
- nsfw
---
<!-- description start -->
## Description
This repo contains fp16 files of CausalLM-RP-34B, a finetuned model of the CausalLM-34B Beta on multiple RP datasets.
<!-- description end -->
<!-- description start -->
## Model used
- [CausalLM/34b-beta](https://huggingface.co/CausalLM/34b-beta)
### Prompt template ChatML
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
{output}<|im_end|>
```