I want to input conversation data as an input to the gpt2 model from huggingface transformers.
====Example====
A: Where did you meet David?
B: I met him at the central park.
A: Weren't he quite strange that day?
=> predicted B: Not at all, why?
===============
Like the upper example, I want to input some conversation data to the transformer and get a reply from the pretrained model(gpt2). Can anybody tell me how?