Commit
·
4cf84f5
1
Parent(s):
4038569
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- run.sh +3 -3
- runs/Jan30_01-30-55_ficino/events.out.tfevents.1643502680.ficino.231982.0 +2 -2
- runs/Jan30_14-45-48_ficino/1643550375.984659/events.out.tfevents.1643550375.ficino.242588.1 +3 -0
- runs/Jan30_14-45-48_ficino/events.out.tfevents.1643550375.ficino.242588.0 +3 -0
- special_tokens_map.json +1 -1
- 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:
|
3 |
size 1262067185
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c47fc34ac8e2a24144e8abd280603e7e225eb0530bfd8e3cd2df0fdfaae187c8
|
3 |
size 1262067185
|
run.sh
CHANGED
@@ -4,12 +4,12 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--dataset_config_name="16K_mp3" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
-
--num_train_epochs="
|
8 |
--per_device_train_batch_size="16" \
|
9 |
--per_device_eval_batch_size="16" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
-
--learning_rate="
|
12 |
-
--warmup_steps="
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|
15 |
--text_column_name="text" \
|
|
|
4 |
--dataset_config_name="16K_mp3" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
+
--num_train_epochs="20" \
|
8 |
--per_device_train_batch_size="16" \
|
9 |
--per_device_eval_batch_size="16" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
+
--learning_rate="5e-5" \
|
12 |
+
--warmup_steps="1000" \
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|
15 |
--text_column_name="text" \
|
runs/Jan30_01-30-55_ficino/events.out.tfevents.1643502680.ficino.231982.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b945d5f640de50f6826418cf9651a397bf3b6572c1bf79d146d8f1adbdd9ae95
|
3 |
+
size 23555
|
runs/Jan30_14-45-48_ficino/1643550375.984659/events.out.tfevents.1643550375.ficino.242588.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:438fff382c289aff72d8feca13c2610ac0d0359f996065d648598ea5f05b9783
|
3 |
+
size 4719
|
runs/Jan30_14-45-48_ficino/events.out.tfevents.1643550375.ficino.242588.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd72ae78a12257dc14f054b335bcf887e43c7b208bd2772b001f2803425c4a6
|
3 |
+
size 5748
|
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:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8e0e921ad5b5819b43e13c375604df01fb968f3613784c5df8606e8b73a0025
|
3 |
size 2991
|