Commit
Β·
aac9041
1
Parent(s):
3b4352a
Training in progress, step 100
Browse files- pytorch_model.bin +1 -1
- run.sh +4 -4
- 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 1262173745
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3290c6ea574a5ca9ad6cba1fbdd402eb78b4575b97095e6a1417555e09a1703d
|
3 |
size 1262173745
|
run.sh
CHANGED
@@ -7,15 +7,15 @@ python run_speech_recognition_ctc.py \
|
|
7 |
--num_train_epochs="50" \
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
-
--gradient_accumulation_steps="
|
11 |
--learning_rate="7.5e-5" \
|
12 |
-
--warmup_steps="
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|
15 |
--text_column_name="sentence" \
|
16 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β \
|
17 |
-
--save_steps="
|
18 |
-
--eval_steps="
|
19 |
--logging_steps="100" \
|
20 |
--layerdrop="0.0" \
|
21 |
--activation_dropout="0.1" \
|
|
|
7 |
--num_train_epochs="50" \
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
+
--gradient_accumulation_steps="2" \
|
11 |
--learning_rate="7.5e-5" \
|
12 |
+
--warmup_steps="50" \
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|
15 |
--text_column_name="sentence" \
|
16 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β \
|
17 |
+
--save_steps="100" \
|
18 |
+
--eval_steps="100" \
|
19 |
--logging_steps="100" \
|
20 |
--layerdrop="0.0" \
|
21 |
--activation_dropout="0.1" \
|
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}]}
|
|
|
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:a7d22778465160afd72a26e618a399af0cf03b1de707a7ee0c41692fa1b48fb8
|
3 |
size 2991
|