microsoft / nlp-recipes

Natural Language Processing Best Practices & Examples
MIT License
6.35k stars 915 forks source link

[BUG] tc_bert_azureml: BadZipFile: File is not a zip file #620

Closed Farhad-Heybati closed 3 years ago

Farhad-Heybati commented 3 years ago

Description

running tc_bert_azureml.ipynb at "1.1 Read Dataset" train_batches = get_generator(DATA_FOLDER, "train", num_batches=NUM_PARTITIONS, batch_size=10e6) returns: BadZipFile: File is not a zip file

How do we replicate the bug?

Just run the notebook

Expected behavior (i.e. solution)

Other Comments

Farhad-Heybati commented 3 years ago

fixed: URL = "https://cims.nyu.edu/~sbowman/multinli/multinli_1.0.zip"