thu-coai / Emotional-Support-Conversation

Data and codes for ACL 2021 paper: Towards Emotional Support Dialog Systems
Other
219 stars 32 forks source link

why the parameters(max_src_len and max_tgt_len) in interact_vanilla.sh are not in interact.py? #15

Closed luohua-yu closed 1 year ago

chujiezheng commented 1 year ago

That is a minor bug since I previous changed the args names (e.g., max_src_len vs. max_input_length, max_tgt_len vs. max_decoder_input_length). You may modify the codes easily to control the input length.