Skip to content

Commit

Permalink
update chatllms
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzhnie committed Jul 27, 2023
1 parent 63fa653 commit 60466e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatllms/data/conv_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
self.roles = {'human': 'USER', 'gpt': 'ASSISTANT'}

# Description of the conversation
self.system = 'A friendly conversation between a human and an artificial intelligence assistant.'
self.system = "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."

# Token to use at the start of each turn
self.start_token = '\n'
Expand Down

0 comments on commit 60466e2

Please sign in to comment.