diff --git a/chapters/en/chapter2/asr_pipeline.mdx b/chapters/en/chapter2/asr_pipeline.mdx index 5fe17ee..d0d16f4 100644 --- a/chapters/en/chapter2/asr_pipeline.mdx +++ b/chapters/en/chapter2/asr_pipeline.mdx @@ -49,7 +49,7 @@ is often silent. Having said that, I wouldn't recommend trying to pay your next By default, this pipeline uses a model trained for automatic speech recognition for English language, which is fine in this example. If you'd like to try transcribing other subsets of MINDS-14 in different language, you can find a pre-trained ASR model [on the 🤗 Hub](https://huggingface.co/models?pipeline_tag=automatic-speech-recognition&language=fr&sort=downloads). -You can filter the models list by task first, then by language. Once you have found the model you like, pass it's name as +You can filter the models list by task first, then by language. Once you have found the model you like, pass its name as the `model` argument to the pipeline. Let's try this for the German split of the MINDS-14. Load the "de-DE" subset: