Sanchit Gandhi
commited on
Commit
·
f1aca52
1
Parent(s):
e1260a9
Correct scripts
Browse files- README.md +4 -3
- run_common_voice.sh +1 -1
README.md
CHANGED
|
@@ -2,16 +2,17 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
-
-
|
| 6 |
datasets:
|
| 7 |
-
-
|
|
|
|
| 8 |
---
|
| 9 |
To reproduce this run, execute:
|
| 10 |
```python
|
| 11 |
#!/usr/bin/env bash
|
| 12 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
| 13 |
--model_name_or_path="medium.en" \
|
| 14 |
-
--dataset_name="
|
| 15 |
--dataset_config_name="common_voice" \
|
| 16 |
--max_steps="5000" \
|
| 17 |
--output_dir="./" \
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
+
- esb
|
| 6 |
datasets:
|
| 7 |
+
- esb/datasets
|
| 8 |
+
- mozilla-foundation/common_voice_9_0
|
| 9 |
---
|
| 10 |
To reproduce this run, execute:
|
| 11 |
```python
|
| 12 |
#!/usr/bin/env bash
|
| 13 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
| 14 |
--model_name_or_path="medium.en" \
|
| 15 |
+
--dataset_name="esb/datasets" \
|
| 16 |
--dataset_config_name="common_voice" \
|
| 17 |
--max_steps="5000" \
|
| 18 |
--output_dir="./" \
|
run_common_voice.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
| 3 |
--model_name_or_path="medium.en" \
|
| 4 |
-
--dataset_name="
|
| 5 |
--dataset_config_name="common_voice" \
|
| 6 |
--max_steps="5000" \
|
| 7 |
--output_dir="./" \
|
|
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
| 3 |
--model_name_or_path="medium.en" \
|
| 4 |
+
--dataset_name="esb/datasets" \
|
| 5 |
--dataset_config_name="common_voice" \
|
| 6 |
--max_steps="5000" \
|
| 7 |
--output_dir="./" \
|