patrickvonplaten
commited on
Commit
•
5569ff8
1
Parent(s):
873b685
Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ In a nutshell: This PR adds a new Wav2Vec2WithLMProcessor class as drop-in repla
|
|
26 |
|
27 |
The only change from the existing ASR pipeline will be:
|
28 |
|
|
|
|
|
29 |
```diff
|
30 |
import torch
|
31 |
from datasets import load_dataset
|
|
|
26 |
|
27 |
The only change from the existing ASR pipeline will be:
|
28 |
|
29 |
+
## Changes
|
30 |
+
|
31 |
```diff
|
32 |
import torch
|
33 |
from datasets import load_dataset
|