HarrisDePerceptron commited on
Commit
ab83200
1 Parent(s): 46c42c9

Training in progress, step 400

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:b178aa0b6684d82db6f349cab5c9566073e483893ad43b642a1c3cced25ee119
3
  size 1262165553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545d2582b3602bce6ded5dafdfa979c06ac65a0c1ee2cef69c3607b8db1a98ce
3
  size 1262165553
run.sh CHANGED
@@ -4,12 +4,12 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --num_train_epochs="500" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="2" \
11
  --learning_rate="7.5e-5" \
12
- --warmup_steps="1000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
 
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --num_train_epochs="200" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="2" \
11
  --learning_rate="7.5e-5" \
12
+ --warmup_steps="100" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
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:7c79f076369387aa87f93f189c1c8a52b39db467cd7200d2b78abce1dc59bcdd
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f059f8ce3ad95651e9becb81ea331644ce6b3ab545b66ec5027889b6f8712221
3
  size 2991