Commit
•
6f6503d
1
Parent(s):
78b27ca
Correct scripts
Browse files
README.md
CHANGED
@@ -7,7 +7,11 @@ datasets:
|
|
7 |
- esb/datasets
|
8 |
- librispeech_asr
|
9 |
---
|
10 |
-
To reproduce this run,
|
|
|
|
|
|
|
|
|
11 |
```python
|
12 |
#!/usr/bin/env bash
|
13 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
|
|
7 |
- esb/datasets
|
8 |
- librispeech_asr
|
9 |
---
|
10 |
+
To reproduce this run, first install Whisper from the Transformers compatible repo [patrickvonplaten/whisper](https://github.com/patrickvonplaten/whisper):
|
11 |
+
```
|
12 |
+
pip install git+https://github.com/openai/whisper.git
|
13 |
+
```
|
14 |
+
Then execute the command:
|
15 |
```python
|
16 |
#!/usr/bin/env bash
|
17 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|