Closed Rexhaif closed 3 years ago
Hi @Rexhaif
DialogRPT supports multi-turn context, if you're using the latest version I just updated (this commit), the context should look like:
'context_turn_1' <|endoftext|> 'context_turn_2' <|endoftext|> 'context_turn_3' <|endoftext|> ...<|endoftext|> 'context_turn_4'
It's consistent with DialoGPT and Hugging Face model card (see example)
Thanks!
@golsun Hi, in this case below, is the model ranking 'context_turn_4' while taking into account all the previous contexts?
'context_turn_1' <|endoftext|> 'context_turn_2' <|endoftext|> 'context_turn_3' <|endoftext|> ...<|endoftext|> 'context_turn_4'
Hi, I've read the paper and repository description. But I'm still unsure how the context part of model input is constructed. So far I see two possible options:
Can you clarify it?