chmanoj commited on
Commit
ead9733
1 Parent(s): 9a7066d

Training in progress, step 500

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2aea33d1b01590d19758b30cc515e3616c38af1b82a7641d8bc77e97ddd8da76
3
  size 1262247537
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c41a0a9737394027086d46d571196e22cfb3f3f00d43a8f624c0fe408915771
3
  size 1262247537
run_bnb.sh CHANGED
@@ -5,7 +5,7 @@ python run_speech_recognition_ctc_bnb.py \
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
- --num_train_epochs="2" \
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
  --gradient_accumulation_steps="8" \
 
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
+ --num_train_epochs="100" \
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
  --gradient_accumulation_steps="8" \
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}, {"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}, {"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:9b39e8b28f63935d809d3521ec723e978370eeaf831e42a8b1bbd867dd79e10c
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80b30c383d206708862758f1bc6f1f2cec1a4ae138b46932a61a97231cc4bfd3
3
  size 2991