Commit
•
6b5a0fc
1
Parent(s):
f1aca52
Correct scripts
Browse files
README.md
CHANGED
@@ -7,7 +7,11 @@ datasets:
|
|
7 |
- esb/datasets
|
8 |
- mozilla-foundation/common_voice_9_0
|
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 |
- mozilla-foundation/common_voice_9_0
|
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 \
|