marinone94
commited on
Commit
•
90f3365
1
Parent(s):
cbbd9a3
run 50 steps
Browse files- requirements.txt +1 -1
- requirements_mac.txt +10 -0
- test_run_nordic.sh +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
torch>=1.7
|
2 |
-
torchaudio==0.
|
3 |
git+https://github.com/huggingface/transformers
|
4 |
git+https://github.com/huggingface/datasets
|
5 |
librosa
|
|
|
1 |
torch>=1.7
|
2 |
+
torchaudio==0.13.0
|
3 |
git+https://github.com/huggingface/transformers
|
4 |
git+https://github.com/huggingface/datasets
|
5 |
librosa
|
requirements_mac.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.7
|
2 |
+
torchaudio==0.11.0
|
3 |
+
git+https://github.com/huggingface/transformers
|
4 |
+
git+https://github.com/huggingface/datasets
|
5 |
+
librosa
|
6 |
+
jiwer
|
7 |
+
evaluate>=0.3.0
|
8 |
+
more-itertools
|
9 |
+
tensorboard
|
10 |
+
wandb
|
test_run_nordic.sh
CHANGED
@@ -11,7 +11,7 @@ python $1run_speech_recognition_seq2seq_streaming.py \
|
|
11 |
--model_index_name="Whisper Tiny Swedish" \
|
12 |
--max_train_samples="64" \
|
13 |
--max_eval_samples="32" \
|
14 |
-
--max_steps="
|
15 |
--output_dir="./" \
|
16 |
--per_device_train_batch_size="8" \
|
17 |
--per_device_eval_batch_size="4" \
|
|
|
11 |
--model_index_name="Whisper Tiny Swedish" \
|
12 |
--max_train_samples="64" \
|
13 |
--max_eval_samples="32" \
|
14 |
+
--max_steps="50" \
|
15 |
--output_dir="./" \
|
16 |
--per_device_train_batch_size="8" \
|
17 |
--per_device_eval_batch_size="4" \
|