Commit
•
d3c8ec4
1
Parent(s):
70462d6
Correct scripts
Browse files- README.md +4 -3
- run_spgispeech.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="spgispeech" \
|
16 |
--max_steps="5000" \
|
17 |
--output_dir="./" \
|
|
|
2 |
language:
|
3 |
- en
|
4 |
tags:
|
5 |
+
- esb
|
6 |
datasets:
|
7 |
+
- esb/datasets
|
8 |
+
- kensho/spgispeech
|
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="spgispeech" \
|
17 |
--max_steps="5000" \
|
18 |
--output_dir="./" \
|
run_spgispeech.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="spgispeech" \
|
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="spgispeech" \
|
6 |
--max_steps="5000" \
|
7 |
--output_dir="./" \
|