Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- run.sh +1 -1
- runs/Feb01_20-59-20_job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73/1643749268.2795122/events.out.tfevents.1643749268.job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73.165694.1 +3 -0
- runs/Feb01_20-59-20_job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73/events.out.tfevents.1643749268.job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73.165694.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 3850522801
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce36d30cc15fd2a5cb6bb3d9a7d584d0da1bc182f622e10e84f4e184d596856a
|
3 |
size 3850522801
|
run.sh
CHANGED
@@ -4,7 +4,7 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--dataset_config_name="tr" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
-
--num_train_epochs="
|
8 |
--per_device_train_batch_size="32" \
|
9 |
--gradient_accumulation_steps="1" \
|
10 |
--learning_rate="5e-4" \
|
|
|
4 |
--dataset_config_name="tr" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
+
--num_train_epochs="100" \
|
8 |
--per_device_train_batch_size="32" \
|
9 |
--gradient_accumulation_steps="1" \
|
10 |
--learning_rate="5e-4" \
|
runs/Feb01_20-59-20_job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73/1643749268.2795122/events.out.tfevents.1643749268.job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73.165694.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16bb9b2af4d4a5e62fd5d713e876c6d1685b17838d3c43b62ef27e5a5bff2e93
|
3 |
+
size 4747
|
runs/Feb01_20-59-20_job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73/events.out.tfevents.1643749268.job-98a7eb1d-c6a6-4e4b-936b-3898557b5e73.165694.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4608bfe28f23b49ad2aabea475813adda6198e133d13e1f6190a74993d454492
|
3 |
+
size 83156
|
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:322e8ae9f01b347bb69390fb3c42730bcf5c1f1587067d51096c85da5f6d9059
|
3 |
size 2991
|