Training in progress, epoch 11
Browse files- .ipynb_checkpoints/run-checkpoint.sh +3 -2
- pytorch_model.bin +1 -1
- run.sh +3 -2
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
.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="
|
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:
|
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="
|
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:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3709bb822b643278cd7bdaa4fcded610662909ce00093225afb554f1d0c4bf14
|
3 |
size 2991
|