blog icon indicating copy to clipboard operation
blog copied to clipboard

Bug in the following line

Open AlexandderGorodetski opened this issue 2 years ago • 2 comments

Hello,

It seems that you have bug in the following line

timit = timit.map(prepare_dataset, remove_columns=timit.column_names["train"], num_proc=4)

I assume that this line should be changed to

timit_prepared = timit.map(prepare_dataset, remove_columns=timit.column_names["train"], num_proc=4)

Am I correct?

Thanks, AlexG.

AlexandderGorodetski avatar Oct 15 '23 17:10 AlexandderGorodetski

I am sorry, I forgot to mention that I am talking about the following file

fine-tune-wav2vec2-english.md

AlexandderGorodetski avatar Oct 15 '23 17:10 AlexandderGorodetski

Hi @AlexandderGorodetski, I think you are right! Would you like to open a PR to propose that change? You can easily do so by clicking the "Update on GitHub" button just below the blog post title:

Screenshot 2023-10-15 at 20 35 34

Thanks for letting us know!

pcuenca avatar Oct 15 '23 18:10 pcuenca