pere commited on
Commit
92a6382
·
1 Parent(s): f105ac1
run_streaming_ncc_short.sh CHANGED
@@ -17,6 +17,6 @@ python run_flax_speech_recognition_seq2seq_streaming.py \
17
  --per_device_train_batch_size=64 \
18
  --per_device_eval_batch_size=4 \
19
  --predict_with_generate \
20
- --number_write_predictions=200 \
21
  --streaming=True \
22
  --push_to_hub
 
17
  --per_device_train_batch_size=64 \
18
  --per_device_eval_batch_size=4 \
19
  --predict_with_generate \
20
+ --number_write_predictions=100 \
21
  --streaming=True \
22
  --push_to_hub
run_streaming_nccs.sh CHANGED
@@ -1,3 +1,4 @@
 
1
  python run_flax_speech_recognition_seq2seq_streaming.py \
2
  --model_name_or_path openai/whisper-tiny \
3
  --dataset_name NbAiLab/NCC_S3_nrk \
@@ -16,6 +17,6 @@ python run_flax_speech_recognition_seq2seq_streaming.py \
16
  --per_device_train_batch_size=64 \
17
  --per_device_eval_batch_size=4 \
18
  --predict_with_generate \
19
- --number_write_predictions=200 \
20
  --streaming=True \
21
  --push_to_hub
 
1
+ export TOKENIZERS_PARALELLISM=true
2
  python run_flax_speech_recognition_seq2seq_streaming.py \
3
  --model_name_or_path openai/whisper-tiny \
4
  --dataset_name NbAiLab/NCC_S3_nrk \
 
17
  --per_device_train_batch_size=64 \
18
  --per_device_eval_batch_size=4 \
19
  --predict_with_generate \
20
+ --number_write_predictions=100 \
21
  --streaming=True \
22
  --push_to_hub
run_streaming_pere.sh CHANGED
@@ -1,3 +1,4 @@
 
1
  python run_flax_speech_recognition_seq2seq_streaming.py \
2
  --model_name_or_path openai/whisper-small \
3
  --dataset_name mozilla-foundation/common_voice_11_0 \
@@ -18,6 +19,6 @@ python run_flax_speech_recognition_seq2seq_streaming.py \
18
  --per_device_train_batch_size=4 \
19
  --per_device_eval_batch_size=2 \
20
  --predict_with_generate \
21
- --number_write_predictions=200 \
22
  --streaming=True \
23
- --push_to_hub
 
1
+ export TOKENIZERS_PARALELLISM=true
2
  python run_flax_speech_recognition_seq2seq_streaming.py \
3
  --model_name_or_path openai/whisper-small \
4
  --dataset_name mozilla-foundation/common_voice_11_0 \
 
19
  --per_device_train_batch_size=4 \
20
  --per_device_eval_batch_size=2 \
21
  --predict_with_generate \
22
+ --number_write_predictions=100 \
23
  --streaming=True \
24
+