Mayank Soni
Mayank Soni
`preds_ids = model.generate(input_ids, attention_mask=attention_mask, max_length=512, num_beams=1, pad_token_id=tokenizer.eos_token_id)` From [DialoGPT](https://arxiv.org/pdf/1911.00536.pdf) paper, > Beam search (with beam width 10) dramatically improves BLEU and DIST scores, and marginally improves NIST and METEOR. The...
I think it should . I am doing that right now , will share any information that i get. Essentially , try to train it on some words for all...
I did a "conda install progressbar2" and it worked so i am guessing its 2.