sanchit-gandhi HF staff commited on
Commit
2c2a145
1 Parent(s): ba9afe1

add jiwer to pip install

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: