Baybars commited on
Commit
40057c1
1 Parent(s): 0b3aac8

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:bc548f439611bd98eab1f2cbb578ef3fd4344acf3ed24a78ee45778dbdd9db60
3
  size 1262091761
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a9ea3b166f5ad945ece1b4a120fc7e6a9a41dccbf6cb89bc6c1a2cd75f2cfd5
3
  size 1262091761
run.sh CHANGED
@@ -4,8 +4,8 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="tr" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --num_train_epochs="2" \
8
- --per_device_train_batch_size="32" \
9
  --gradient_accumulation_steps="1" \
10
  --learning_rate="5e-4" \
11
  --warmup_steps="500" \
4
  --dataset_config_name="tr" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --num_train_epochs="100" \
8
+ --per_device_train_batch_size="64" \
9
  --gradient_accumulation_steps="1" \
10
  --learning_rate="5e-4" \
11
  --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}, {"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:c741e2d2d858980a8cfdf104cef10aacd51be9a34f3f0fb299372de4f16f9e54
3
  size 2991
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f10a24e5cc920128ae7376c61f35efaf171f643833f5087e46fbf74f1b4877ed
3
  size 2991