Mofe commited on
Commit
3d84066
1 Parent(s): 07536a7

Training in progress, step 500

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -4,11 +4,11 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="ha" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --num_train_epochs="90" \
8
- --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
- --learning_rate="3e-4" \
12
  --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
 
4
  --dataset_config_name="ha" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --num_train_epochs="80" \
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" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06531cfb1d7cc503ae533cc47466250009dde2e20877c84bb6a33f9f88c89c9d
3
  size 1262075377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782be2c0b33e36596bbeebbec55055680eeee6bfcc66744b674590dd6b128f84
3
  size 1262075377
run.sh CHANGED
@@ -4,11 +4,11 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="ha" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --num_train_epochs="90" \
8
- --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
- --learning_rate="3e-4" \
12
  --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
 
4
  --dataset_config_name="ha" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --num_train_epochs="80" \
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" \
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32b64434e41dc7da0393e6152524199bf58b969203b389ba727183376005c791
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9906f480bc7f125d1b0df5d186dfc2141ddc0931ae985de56db1445705e5bcbc
3
  size 2991