HarrisDePerceptron commited on
Commit
aac9041
β€’
1 Parent(s): 3b4352a

Training in progress, step 100

Browse files
Files changed (4) hide show
  1. pytorch_model.bin +1 -1
  2. run.sh +4 -4
  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:5c757e40d79c4b28ad526fd84b199d5e48ff98b537ed2fd70f5d6b22c11757ac
3
  size 1262173745
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3290c6ea574a5ca9ad6cba1fbdd402eb78b4575b97095e6a1417555e09a1703d
3
  size 1262173745
run.sh CHANGED
@@ -7,15 +7,15 @@ python run_speech_recognition_ctc.py \
7
  --num_train_epochs="50" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
- --gradient_accumulation_steps="4" \
11
  --learning_rate="7.5e-5" \
12
- --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
16
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
17
- --save_steps="500" \
18
- --eval_steps="500" \
19
  --logging_steps="100" \
20
  --layerdrop="0.0" \
21
  --activation_dropout="0.1" \
 
7
  --num_train_epochs="50" \
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="50" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
16
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
17
+ --save_steps="100" \
18
+ --eval_steps="100" \
19
  --logging_steps="100" \
20
  --layerdrop="0.0" \
21
  --activation_dropout="0.1" \
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:3ac9126d8e40ef2b4777d784e17705def6720cee411288fde206b31f5e389f9a
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d22778465160afd72a26e618a399af0cf03b1de707a7ee0c41692fa1b48fb8
3
  size 2991