Skip to content

Commit

Permalink
Merge pull request #106 from jjyaoao/jjy2
Browse files Browse the repository at this point in the history
Minor update to unit 5
  • Loading branch information
MKhalusova authored Jul 24, 2023
2 parents b8457bb + 9760d9f commit 938b247
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chapters/en/chapter5/asr_models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ the same audio sample in the following examples:

```python
pipe(sample["audio"].copy())
{
"text": "HE TELLS US THAT AT THIS FESTIVE SEASON OF THE YEAR WITH CHRISTMAUS AND ROSE BEEF LOOMING BEFORE US SIMALYIS DRAWN FROM EATING AND ITS RESULTS OCCUR MOST READILY TO THE MIND"
}
```
**Output:**
```
{"text": "HE TELLS US THAT AT THIS FESTIVE SEASON OF THE YEAR WITH CHRISTMAUS AND ROSE BEEF LOOMING BEFORE US SIMALYIS DRAWN FROM EATING AND ITS RESULTS OCCUR MOST READILY TO THE MIND"}
```

We can see that the Wav2Vec2 model does a pretty good job at transcribing this sample - at a first glance it looks generally correct.
Expand Down

0 comments on commit 938b247

Please sign in to comment.