jcmc commited on
Commit
2152b35
1 Parent(s): e3b5f4e

Training in progress, step 500

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -5,8 +5,8 @@ python run_speech_recognition_ctc_bnb.py \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
  --num_train_epochs="100" \
8
- --per_device_train_batch_size="1" \
9
- --per_device_eval_batch_size="1" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="5e-5" \
12
  --warmup_steps="500" \
 
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
  --num_train_epochs="100" \
8
+ --per_device_train_batch_size="8" \
9
+ --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="5e-5" \
12
  --warmup_steps="500" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15b9232dd41b0e32cf9d8505d0e93c67d60b373700db56e4580434ac7cc12895
3
  size 3850486961
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58cae0744a6cf60629cb098bc9b07d88bd0a018bd4da473af5b9664dd56d968c
3
  size 3850486961
run.sh CHANGED
@@ -5,8 +5,8 @@ python run_speech_recognition_ctc_bnb.py \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
  --num_train_epochs="100" \
8
- --per_device_train_batch_size="1" \
9
- --per_device_eval_batch_size="1" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="5e-5" \
12
  --warmup_steps="500" \
 
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
  --num_train_epochs="100" \
8
+ --per_device_train_batch_size="8" \
9
+ --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
  --learning_rate="5e-5" \
12
  --warmup_steps="500" \
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:7db16c6cef2ee043413b54e4bbcd3c8e382665b7c82404f84c779d853341d7d4
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e198f77fb43c23120b701ca29ceab42568fa65b2ec2dbb80c249025ed863307f
3
  size 2991