chmanoj commited on
Commit
e0ca587
1 Parent(s): c34196b

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. pytorch_model.bin +1 -1
  2. run.sh +2 -2
  3. special_tokens_map.json +1 -1
  4. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48bfecbbd1295259ac4b8cab03b279602178ca411abad06910dcd60a2afda55f
3
  size 3850717489
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d491c24f5a71a26a796e54581a580a535c9c1a06a58ff3683641cc3ba80ed625
3
  size 3850717489
run.sh CHANGED
@@ -8,8 +8,8 @@ python run_speech_recognition_ctc.py \
8
  --num_train_epochs="100" \
9
  --per_device_train_batch_size="16" \
10
  --per_device_eval_batch_size="4" \
11
- --gradient_accumulation_steps="8" \
12
- --learning_rate="2e-5" \
13
  --warmup_steps="300" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
 
8
  --num_train_epochs="100" \
9
  --per_device_train_batch_size="16" \
10
  --per_device_eval_batch_size="4" \
11
+ --gradient_accumulation_steps="4" \
12
+ --learning_rate="1e-5" \
13
  --warmup_steps="300" \
14
  --length_column_name="input_length" \
15
  --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}, {"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:866cd3882f4d0251ef3695f6356ec85f4fc6fd6cc2adca916b27e8cd9d09e072
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42baad3aa12f59ed3bc22f36f5970e13a4029e92b427d6d1a5a9f95e30a6bdd7
3
  size 2991