Skip to content

Commit 82eb249

Browse files
committed
Added description for ASR
1 parent 10f51cf commit 82eb249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_export_challenges_solutions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ for ``torch.export`` can be found in the export tutorial. The code shown below d
145145
Automatic Speech Recognition
146146
---------------
147147

148-
**Automatic Speech Recognition**(ASR) is the use of machine learning to transcribe spoken language into text.
148+
**Automatic Speech Recognition** (ASR) is the use of machine learning to transcribe spoken language into text.
149149
`Whisper <https://arxiv.org/abs/2212.04356>`__ is a Transformer based encoder-decoder model from OpenAI, which was trained on 680k hours of labelled data for ASR and speech translation.
150150
The code below tries to export ``whisper-tiny`` model for ASR.
151151

0 commit comments

Comments
 (0)