Sagor Sarker

Results 11 comments of Sagor Sarker

Hi @PrithwirajRizu Your story should be like this. ```py article = open('article.txt', 'r').read() summary = open('summary.txt', 'r').read() story = article + '\n\n' + '@highlight'+'\n'+summary ``` Then follow [this](https://github.com/dondon2475848/make_datafiles_for_pgn) to generate...

Hi @Baidya89 Can you share the snapshots of the code that raise this error? If possible please share. regards

Hi @sajeeb007 , Check the version and documentation accordingly. I am also guessing it will be a version problem. Also if possible please share the error message with the code...

Hi @basirul-billah , I am guessing the problem is transformers version. I will debug it and get back to you. It will take a longer time though. Thanks

Hi @vladimirzenin , Thanks for your input. You right. A small subset will be enough for the tokens. But for our cases, Bengali is a diverse language. We have separated...

Hi @tinalenguyen , Thanks for your response. I will try with latest version and share with you.

Hi @tinalenguyen This issue resolved now with latest version. Thank you so much.