Skip to content

Commit

Permalink
fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar committed Dec 19, 2020
1 parent c3d43c3 commit d405dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/make_persona_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_chat_dialog(dialog):
if len(name)>22:
continue

if len(splitted[1:])> 544:
if len(splitted[1:])> 512:
#do not get long lines.
#have token limit of 512
continue
Expand Down

0 comments on commit d405dc3

Please sign in to comment.