Commit
•
9b90ffb
1
Parent(s):
36b0979
add jiwer to pip install
Browse files
README.md
CHANGED
@@ -271,7 +271,7 @@ perform the WER calculation:
|
|
271 |
|
272 |
```bash
|
273 |
pip install --upgrade pip
|
274 |
-
pip install --upgrade transformers datasets[audio] evaluate
|
275 |
```
|
276 |
|
277 |
Evaluation can then be run end-to-end with the following example:
|
|
|
271 |
|
272 |
```bash
|
273 |
pip install --upgrade pip
|
274 |
+
pip install --upgrade transformers datasets[audio] evaluate jiwer
|
275 |
```
|
276 |
|
277 |
Evaluation can then be run end-to-end with the following example:
|