-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bert Data for Pretraining: No such file or directory: 'bert_data/validation_512_only' #29
Comments
I think you should create another subfolder in |
Thanks @nigaregr for reporting this. |
For now I created Still would be great to use the updated files @jingyanwangms |
Hi @skaarthik, have you decided to update the zip-dataset or the data prep instruction? |
Hi, I have Pretraining running but it fails after 1st Epoch with the following error:
File "/AzureML-BERT/pretrain/PyTorch/dataset.py", line 100, in init
path = get_random_partition(self.dir_path, index)
File "/AzureML-BERT/pretrain/PyTorch/dataset.py", line 33, in get_random_partition
for x in os.listdir(data_directory)]
FileNotFoundError: [Errno 2] No such file or directory: 'bert_data/validation_512_only'
I have the created the Wiki pretraining data using create_pretraining script. I do not see validation_512_only being generated?
The text was updated successfully, but these errors were encountered: