sanchit-gandhi commited on
Commit
2102271
·
1 Parent(s): fc4c6c6
events.out.tfevents.1647862405.t1v-n-4eb331dd-w-0.149413.0.v2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef3a7ef36308f6f58bb5b10b24a273cb32c909889f8bb82e9a51f094e237f7b8
3
- size 40
 
 
 
 
events.out.tfevents.1647864130.t1v-n-4eb331dd-w-0.151657.0.v2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa376dfd7efed9f89607e3ca81d22219d21b5013ec8e841eabad907c249a91c5
3
- size 40
 
 
 
 
events.out.tfevents.1647864429.t1v-n-4eb331dd-w-0.153741.0.v2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5f5052353c0f429b80d8180030e97cb1dc9e62c92df8f97e5771e68b6faf236
3
- size 850556
 
 
 
 
events.out.tfevents.1647871820.t1v-n-4eb331dd-w-0.159656.0.v2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be11d7e7bf41f6fea87cb941c127273a5116dc7b06acf89659974c2785f308ac
3
- size 5649558
 
 
 
 
flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0cb8020e8a6919b92114d69c97910874ec49ab937ad8e5fe4b0c658031658b6
3
- size 3159844591
 
 
 
 
run_librispeech.sh CHANGED
@@ -9,9 +9,9 @@ python run_flax_speech_recognition_seq2seq.py \
9
  --preprocessing_num_workers="16" \
10
  --length_column_name="input_length" \
11
  --overwrite_output_dir \
12
- --num_train_epochs="20" \
13
- --per_device_train_batch_size="2" \
14
- --per_device_eval_batch_size="2" \
15
  --logging_steps="25" \
16
  --max_duration_in_seconds="15" \
17
  --max_target_length="64" \
@@ -27,5 +27,6 @@ python run_flax_speech_recognition_seq2seq.py \
27
  --do_eval \
28
  --do_train \
29
  --push_to_hub \
30
- --use_auth_token
 
31
 
 
9
  --preprocessing_num_workers="16" \
10
  --length_column_name="input_length" \
11
  --overwrite_output_dir \
12
+ --num_train_epochs="10" \
13
+ --per_device_train_batch_size="4" \
14
+ --per_device_eval_batch_size="4" \
15
  --logging_steps="25" \
16
  --max_duration_in_seconds="15" \
17
  --max_target_length="64" \
 
27
  --do_eval \
28
  --do_train \
29
  --push_to_hub \
30
+ --use_auth_token \
31
+ --wandb_project="flax-wav2vec2-2-gpt2-no-regularisation"
32