ivanlau commited on
Commit
0b12e2a
1 Parent(s): 0a88415

Training in progress, epoch 11

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -4,7 +4,7 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="zh-HK" \
5
  --output_dir="./" \
6
  --cache_dir="../container_0" \
7
- --num_train_epochs="90" \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
@@ -24,4 +24,5 @@ python run_speech_recognition_ctc.py \
24
  --do_eval \
25
  --max_duration_in_seconds="6" \
26
  --evaluation_strategy='epoch' \
27
- --save_strategy='epoch' \
 
4
  --dataset_config_name="zh-HK" \
5
  --output_dir="./" \
6
  --cache_dir="../container_0" \
7
+ --num_train_epochs="100" \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
24
  --do_eval \
25
  --max_duration_in_seconds="6" \
26
  --evaluation_strategy='epoch' \
27
+ --save_strategy='epoch' \
28
+ --ignore_data_skip \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98ec831b136419473a402a0859ce1ca6d0f3edeeb2668e9d89d8a907d49f0105
3
  size 1278024433
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9aa2c2bb0532f0bfd690fc12ea5e209b284bde8a157eb82aba799d4d018be06
3
  size 1278024433
run.sh CHANGED
@@ -4,7 +4,7 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="zh-HK" \
5
  --output_dir="./" \
6
  --cache_dir="../container_0" \
7
- --num_train_epochs="90" \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
@@ -24,4 +24,5 @@ python run_speech_recognition_ctc.py \
24
  --do_eval \
25
  --max_duration_in_seconds="6" \
26
  --evaluation_strategy='epoch' \
27
- --save_strategy='epoch' \
 
4
  --dataset_config_name="zh-HK" \
5
  --output_dir="./" \
6
  --cache_dir="../container_0" \
7
+ --num_train_epochs="100" \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --gradient_accumulation_steps="2" \
24
  --do_eval \
25
  --max_duration_in_seconds="6" \
26
  --evaluation_strategy='epoch' \
27
+ --save_strategy='epoch' \
28
+ --ignore_data_skip \
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}, {"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}, {"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:cd0cc2e29fc5d67aca4c97fcfeb6f7453dfa88fcc92a11295c0d35d13889bd59
3
  size 2991
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3709bb822b643278cd7bdaa4fcded610662909ce00093225afb554f1d0c4bf14
3
  size 2991