Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- run.sh +2 -2
- 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 3850717489
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d491c24f5a71a26a796e54581a580a535c9c1a06a58ff3683641cc3ba80ed625
|
3 |
size 3850717489
|
run.sh
CHANGED
@@ -8,8 +8,8 @@ python run_speech_recognition_ctc.py \
|
|
8 |
--num_train_epochs="100" \
|
9 |
--per_device_train_batch_size="16" \
|
10 |
--per_device_eval_batch_size="4" \
|
11 |
-
--gradient_accumulation_steps="
|
12 |
-
--learning_rate="
|
13 |
--warmup_steps="300" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
|
|
8 |
--num_train_epochs="100" \
|
9 |
--per_device_train_batch_size="16" \
|
10 |
--per_device_eval_batch_size="4" \
|
11 |
+
--gradient_accumulation_steps="4" \
|
12 |
+
--learning_rate="1e-5" \
|
13 |
--warmup_steps="300" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
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}, {"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:42baad3aa12f59ed3bc22f36f5970e13a4029e92b427d6d1a5a9f95e30a6bdd7
|
3 |
size 2991
|