Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
chengli-thu commited on
Commit
5f636db
1 Parent(s): 414ccd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+
6
+ 支持ChatHaruhi2 的 岳不群 数据,可以使用如下方式调用
7
+
8
+ ```python
9
+ from chatharuhi import ChatHaruhi
10
+
11
+ chatbot = ChatHaruhi( role_from_hf = 'chengli-thu/linghuchong', \
12
+ llm = 'openai')
13
+
14
+ response = chatbot.chat(role='小师妹', text = '冲哥。')
15
+ print(response)
16
+ ```
17
+
18
+ 上传者: 李鲁鲁
19
+
20
+ 更具体的信息,见 [ChatHaruhi](https://github.com/LC1332/Chat-Haruhi-Suzumiya)
21
+
22
+ 欢迎加入我们的 [众筹角色创建项目](https://github.com/LC1332/Chat-Haruhi-Suzumiya/tree/main/characters/novel_collecting)
23
+
24
+ ### Citation引用
25
+
26
+ Please cite the repo if you use the data or code in this repo.
27
+
28
+ ```
29
+ @misc{li2023chatharuhi,
30
+ title={ChatHaruhi: Reviving Anime Character in Reality via Large Language Model},
31
+ 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},
32
+ year={2023},
33
+ eprint={2308.09597},
34
+ archivePrefix={arXiv},
35
+ primaryClass={cs.CL}
36
+ }
37
+ ```