audio-transformers-course icon indicating copy to clipboard operation
audio-transformers-course copied to clipboard

fix: evaluation.mdx and fine-tuning.mdx

Open arun477 opened this issue 5 months ago • 0 comments

  1. bug fix (evaluation.mdx): language specification required to run the prediction code.

  2. bug fix (fine-tuning.mdx):

Seq2SeqTrainingArguments requires dataloader_num_workers and dataloader_prefetch_factor parameters; otherwise, it throws errors due to a bug in some versions of the PyTorch data loader. It's safe to include these two parameters.

image

arun477 avatar Mar 16 '24 02:03 arun477