chmanoj commited on
Commit
c34196b
1 Parent(s): 84b4dd5

Update gitignore

Browse files
.ipynb_checkpoints/run-checkpoint.sh DELETED
@@ -1,35 +0,0 @@
1
- python run_speech_recognition_ctc.py \
2
- --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
3
- --dataset_name="openslr_SLR66" \
4
- --train_split_name="train" \
5
- --preprocessing_num_workers="8" \
6
- --output_dir="./" \
7
- --overwrite_output_dir \
8
- --num_train_epochs="100" \
9
- --per_device_train_batch_size="16" \
10
- --per_device_eval_batch_size="4" \
11
- --gradient_accumulation_steps="8" \
12
- --learning_rate="2e-5" \
13
- --warmup_steps="300" \
14
- --length_column_name="input_length" \
15
- --evaluation_strategy="steps" \
16
- --text_column_name="sentence" \
17
- --chars_to_ignore , ? . ! \- \; \: \" “ % ‘ ” � — ’ … – \
18
- --save_steps="500" \
19
- --eval_steps="500" \
20
- --logging_steps="100" \
21
- --layerdrop="0.0" \
22
- --activation_dropout="0.1" \
23
- --save_total_limit="3" \
24
- --freeze_feature_encoder \
25
- --feat_proj_dropout="0.0" \
26
- --mask_time_prob="0.75" \
27
- --mask_time_length="10" \
28
- --mask_feature_prob="0.25" \
29
- --mask_feature_length="64" \
30
- --gradient_checkpointing \
31
- --use_auth_token \
32
- --fp16 \
33
- --group_by_length \
34
- --do_train --do_eval \
35
- --push_to_hub