codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.09k stars 1.29k forks source link

Fix Bug in getting random line #66

Open Zenglinxiao opened 5 years ago

Zenglinxiao commented 5 years ago

Get random sentence for next sentence prediction task, random sentence should be get in random_file rather than original file to iterate.