PereLluis13 commited on
Commit
6721d4c
1 Parent(s): 1574651

Training in progress, step 25500

Browse files
.ipynb_checkpoints/run-checkpoint.sh ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python run_speech_recognition_ctc.py \
2
+ --dataset_name "mozilla-foundation/common_voice_8_0" "collectivat/tv3_parla" "projecte-aina/parlament_parla" \
3
+ --dataset_config_name "ca" "ca" "clean" \
4
+ --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
5
+ --train_split_name "train+validation" "train" "train+validation" \
6
+ --eval_split_name "test" "test" "test" \
7
+ --audio_column_name "audio" "audio" "audio" \
8
+ --output_dir="wav2vec2-xls-r-300m-ca" \
9
+ --overwrite_output_dir \
10
+ --num_train_epochs="10" \
11
+ --per_device_train_batch_size="32" \
12
+ --per_device_eval_batch_size="32" \
13
+ --gradient_accumulation_steps="4" \
14
+ --learning_rate="7.5e-5" \
15
+ --warmup_steps="2000" \
16
+ --length_column_name="input_length" \
17
+ --evaluation_strategy="steps" \
18
+ --text_column_name "sentence" "text" "sentence" \
19
+ --chars_to_ignore [ , ? . ! \; \: \" “ % ” � — … – ] \
20
+ --save_steps="500" \
21
+ --eval_steps="500" \
22
+ --logging_steps="500" \
23
+ --layerdrop="0.0" \
24
+ --activation_dropout="0.1" \
25
+ --save_total_limit="3" \
26
+ --freeze_feature_encoder \
27
+ --feat_proj_dropout="0.0" \
28
+ --mask_time_prob="0.75" \
29
+ --preprocessing_num_workers="12" \
30
+ --mask_time_length="10" \
31
+ --mask_feature_prob="0.25" \
32
+ --mask_feature_length="64" \
33
+ --gradient_checkpointing \
34
+ --use_auth_token \
35
+ --fp16 \
36
+ --group_by_length \
37
+ --do_train --do_eval \
38
+ --push_to_hub
39
+ #&> train.log
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f47ba958529c189b3ac8cb23aad45fb8cc76598f311d994f5dda244a40274a3
3
  size 1262112241
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e9e4533cc2c2c8ae3030d8f9aedb2ac93512917ff502c00a2c736f8721bb6b8
3
  size 1262112241
runs/Feb01_18-08-21_job-336a688f-553a-4e6e-83b3-ad5d10274b51/events.out.tfevents.1643741534.job-336a688f-553a-4e6e-83b3-ad5d10274b51.3348585.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:353c277582e20e36379b81d227ba2aab18401e18ec5bf07c5de6105b9258360f
3
- size 7166
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c55887628fe0bba1be4aae2e32dbf00724e6e8a2e5eaf19a8203e85a43d4810
3
+ size 7650