Training in progress, step 5
Browse files- .ipynb_checkpoints/run-checkpoint.sh +3 -3
- pytorch_model.bin +1 -1
- run.sh +3 -3
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
.ipynb_checkpoints/run-checkpoint.sh
CHANGED
@@ -4,10 +4,10 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--dataset_config_name="ur" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
-
--max_steps="
|
8 |
-
--per_device_train_batch_size="
|
9 |
--learning_rate="3e-4" \
|
10 |
-
--save_total_limit="
|
11 |
--evaluation_strategy="steps" \
|
12 |
--text_column_name="sentence" \
|
13 |
--length_column_name="input_length" \
|
|
|
4 |
--dataset_config_name="ur" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
+
--max_steps="1000" \
|
8 |
+
--per_device_train_batch_size="16" \
|
9 |
--learning_rate="3e-4" \
|
10 |
+
--save_total_limit="100" \
|
11 |
--evaluation_strategy="steps" \
|
12 |
--text_column_name="sentence" \
|
13 |
--length_column_name="input_length" \
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262149169
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6deb53cec4c1aca5b7c4a623387d902b689692b9d9b6c330aa64f17f16842455
|
3 |
size 1262149169
|
run.sh
CHANGED
@@ -4,10 +4,10 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--dataset_config_name="ur" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
-
--max_steps="
|
8 |
-
--per_device_train_batch_size="
|
9 |
--learning_rate="3e-4" \
|
10 |
-
--save_total_limit="
|
11 |
--evaluation_strategy="steps" \
|
12 |
--text_column_name="sentence" \
|
13 |
--length_column_name="input_length" \
|
|
|
4 |
--dataset_config_name="ur" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir \
|
7 |
+
--max_steps="1000" \
|
8 |
+
--per_device_train_batch_size="16" \
|
9 |
--learning_rate="3e-4" \
|
10 |
+
--save_total_limit="100" \
|
11 |
--evaluation_strategy="steps" \
|
12 |
--text_column_name="sentence" \
|
13 |
--length_column_name="input_length" \
|
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:b9e9f3ef78de23e1480b5d45f8322704a3ffc4891288ce3356839faab9f06e00
|
3 |
size 2991
|