marinone94 commited on
Commit
1aae962
·
1 Parent(s): 4ce3da2

remove dummy run scripts

Browse files
Files changed (2) hide show
  1. run-dummy-ab-gpu.sh +0 -22
  2. run-dummy-sv-cpu.sh +0 -33
run-dummy-ab-gpu.sh DELETED
@@ -1,22 +0,0 @@
1
- python run_speech_recognition_ctc.py \
2
- --dataset_name="mozilla-foundation/common_voice_7_0" \
3
- --model_name_or_path="hf-test/xls-r-dummy" \
4
- --dataset_config_name="ab" \
5
- --output_dir="./" \
6
- --overwrite_output_dir \
7
- --max_steps="10" \
8
- --per_device_train_batch_size="2" \
9
- --learning_rate="3e-4" \
10
- --save_total_limit="1" \
11
- --evaluation_strategy="steps" \
12
- --text_column_name="sentence" \
13
- --length_column_name="input_length" \
14
- --save_steps="5" \
15
- --layerdrop="0.0" \
16
- --freeze_feature_encoder \
17
- --gradient_checkpointing \
18
- --fp16 \
19
- --group_by_length \
20
- --push_to_hub \
21
- --use_auth_token \
22
- --do_train --do_eval
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
run-dummy-sv-cpu.sh DELETED
@@ -1,33 +0,0 @@
1
- python run_speech_recognition_ctc.py \
2
- --dataset_name="mozilla-foundation/common_voice_7_0" \
3
- --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
4
- --dataset_config_name="sv-SE" \
5
- --output_dir="./" \
6
- --overwrite_output_dir \
7
- --max_steps="10" \
8
- --per_device_train_batch_size="8" \
9
- --per_device_eval_batch_size="8" \
10
- --gradient_accumulation_steps="4" \
11
- --learning_rate="7.5e-5" \
12
- --warmup_steps="2000" \
13
- --length_column_name="input_length" \
14
- --evaluation_strategy="steps" \
15
- --text_column_name="sentence" \
16
- --chars_to_ignore , ? . ! \- \; \: \" “ % ‘ ” � — ’ … – \
17
- --save_steps="5" \
18
- --eval_steps="5" \
19
- --logging_steps="1" \
20
- --layerdrop="0.0" \
21
- --activation_dropout="0.1" \
22
- --save_total_limit="3" \
23
- --freeze_feature_encoder \
24
- --feat_proj_dropout="0.0" \
25
- --mask_time_prob="0.75" \
26
- --mask_time_length="10" \
27
- --mask_feature_prob="0.25" \
28
- --mask_feature_length="64" \
29
- --gradient_checkpointing \
30
- --use_auth_token \
31
- --group_by_length \
32
- --do_train --do_eval \
33
- --push_to_hub