Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
yuebuqun / README.md
chengli-thu's picture
Update README.md
af11072
|
raw
history blame
No virus
1.12 kB
metadata
license: cc-by-4.0

支持ChatHaruhi2 的 岳不群 数据,可以使用如下方式调用

from chatharuhi import ChatHaruhi

chatbot = ChatHaruhi( role_from_hf = 'chengli-thu/yuebuqun', \
                      llm = 'openai')

response = chatbot.chat(role='令狐冲', text = '师父,我来了')
print(response)

上传者: 李鲁鲁

更具体的信息,见 ChatHaruhi

欢迎加入我们的 众筹角色创建项目

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}
}