huggingface / audio-transformers-course

The Hugging Face Course on Transformers for Audio
Apache License 2.0
291 stars 87 forks source link

fix: evaluation.mdx and fine-tuning.mdx #168

Open arun477 opened 3 months ago

arun477 commented 3 months ago
  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