hhhwmws/zhangwuji|文本生成数据集|角色模拟数据集
收藏hugging_face2023-09-04 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/hhhwmws/zhangwuji
下载链接
链接失效反馈资源简介:
---
license: cc-by-4.0
task_categories:
- text-generation
language:
- zh
size_categories:
- 1K<n<10K
---
支持ChatHaruhi2 的张无忌数据,可以使用如下方式调用
```python
from chatharuhi import ChatHaruhi
chatbot = ChatHaruhi( role_from_hf = 'hhhwmws/zhangwuji', \
llm = 'openai')
response = chatbot.chat(role='赵敏', text = '张无忌!')
print(response)
```
上传者: 米唯实
更具体的信息,见 [ChatHaruhi](https://github.com/LC1332/Chat-Haruhi-Suzumiya)
欢迎加入我们的 [众筹角色创建项目](https://github.com/LC1332/Chat-Haruhi-Suzumiya/tree/main/characters/novel_collecting)
### Citation引用
Please cite the repo if you use the data or code in this repo.
```
@misc{li2023chatharuhi,
title={ChatHaruhi: Reviving Anime Character in Reality via Large Language Model},
author={Cheng Li and Ziang Leng and Chenxi Yan and Junyi Shen and Hao Wang and Weishi MI and Yaying Fei and Xiaoyang Feng and Song Yan and HaoSheng Wang and Linkang Zhan and Yaokai Jia and Pingyu Wu and Haozhen Sun},
year={2023},
eprint={2308.09597},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
提供机构:
hhhwmws
原始信息汇总
数据集概述
许可证
- 该数据集遵循 CC BY 4.0 许可证。
任务类别
- 该数据集适用于文本生成任务。
语言
- 数据集中的文本语言为中文。
数据规模
- 数据集的规模为1K<n<10K,即数据条数在1千到1万之间。
使用示例
-
数据集可以用于创建聊天机器人,具体调用方式如下: python from chatharuhi import ChatHaruhi
chatbot = ChatHaruhi( role_from_hf = hhhwmws/zhangwuji, llm = openai)
response = chatbot.chat(role=赵敏, text = 张无忌!) print(response)
引用
-
使用该数据集时,请引用以下内容:
@misc{li2023chatharuhi, title={ChatHaruhi: Reviving Anime Character in Reality via Large Language Model}, author={Cheng Li and Ziang Leng and Chenxi Yan and Junyi Shen and Hao Wang and Weishi MI and Yaying Fei and Xiaoyang Feng and Song Yan and HaoSheng Wang and Linkang Zhan and Yaokai Jia and Pingyu Wu and Haozhen Sun}, year={2023}, eprint={2308.09597}, archivePrefix={arXiv}, primaryClass={cs.CL} }



