ivanlau commited on
Commit
0ad355a
1 Parent(s): a80f928

Training in progress, step 10

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -6,8 +6,8 @@ python run_speech_recognition_ctc.py \
6
  --cache_dir="../container_0" \
7
  --overwrite_output_dir \
8
  --num_train_epochs="20" \
9
- --per_device_train_batch_size="8" \
10
- --per_device_eval_batch_size="1" \
11
  --gradient_accumulation_steps="2" \
12
  --learning_rate="3e-4" \
13
  --warmup_steps="500" \
 
6
  --cache_dir="../container_0" \
7
  --overwrite_output_dir \
8
  --num_train_epochs="20" \
9
+ --per_device_train_batch_size="32" \
10
+ --per_device_eval_batch_size="16" \
11
  --gradient_accumulation_steps="2" \
12
  --learning_rate="3e-4" \
13
  --warmup_steps="500" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dcc7787f7bcc54150b3f999655173fdb6b418594a5bff33ca62d1262157b933
3
  size 1278024433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8d8b913166ebcb8ee64682bb4fd7e729df9cd63067775b927194339a3a8cdc
3
  size 1278024433
run.sh CHANGED
@@ -6,8 +6,8 @@ python run_speech_recognition_ctc.py \
6
  --cache_dir="../container_0" \
7
  --overwrite_output_dir \
8
  --num_train_epochs="20" \
9
- --per_device_train_batch_size="8" \
10
- --per_device_eval_batch_size="1" \
11
  --gradient_accumulation_steps="2" \
12
  --learning_rate="3e-4" \
13
  --warmup_steps="500" \
 
6
  --cache_dir="../container_0" \
7
  --overwrite_output_dir \
8
  --num_train_epochs="20" \
9
+ --per_device_train_batch_size="32" \
10
+ --per_device_eval_batch_size="16" \
11
  --gradient_accumulation_steps="2" \
12
  --learning_rate="3e-4" \
13
  --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}, {"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}, {"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:6af2b3c8fe0d22f849d5057a3507a71d4f6c5aae8f245106e7ccc49c930315da
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb6a07f0a0653298690abd61e51e7aaf119ae92b3706f05f99b8f4974e39dfb
3
  size 2991