Training in progress, step 10
Browse files- pytorch_model.bin +1 -1
- run.sh +6 -6
- 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 1262042545
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cd956dd52d56d0cdd2d0309b64bf9481e92f96ba5689a0dc4094f9151723968
|
3 |
size 1262042545
|
run.sh
CHANGED
@@ -8,18 +8,18 @@ python run_speech_recognition_ctc.py \
|
|
8 |
--dataset_config_name="lg" \
|
9 |
--output_dir="./" \
|
10 |
--overwrite_output_dir \
|
11 |
-
--num_train_epochs="
|
12 |
--per_device_train_batch_size="64" \
|
13 |
--per_device_eval_batch_size="2" \
|
14 |
--gradient_accumulation_steps="4" \
|
15 |
-
--learning_rate="1e-
|
16 |
-
--warmup_steps="
|
17 |
--length_column_name="input_length" \
|
18 |
--evaluation_strategy="steps" \
|
19 |
--text_column_name="sentence" \
|
20 |
-
--save_steps="
|
21 |
-
--eval_steps="
|
22 |
-
--logging_steps="
|
23 |
--layerdrop="0.0" \
|
24 |
--activation_dropout="0.1" \
|
25 |
--save_total_limit="3" \
|
|
|
8 |
--dataset_config_name="lg" \
|
9 |
--output_dir="./" \
|
10 |
--overwrite_output_dir \
|
11 |
+
--num_train_epochs="10" \
|
12 |
--per_device_train_batch_size="64" \
|
13 |
--per_device_eval_batch_size="2" \
|
14 |
--gradient_accumulation_steps="4" \
|
15 |
+
--learning_rate="1e-8" \
|
16 |
+
--warmup_steps="10" \
|
17 |
--length_column_name="input_length" \
|
18 |
--evaluation_strategy="steps" \
|
19 |
--text_column_name="sentence" \
|
20 |
+
--save_steps="10" \
|
21 |
+
--eval_steps="10" \
|
22 |
+
--logging_steps="10" \
|
23 |
--layerdrop="0.0" \
|
24 |
--activation_dropout="0.1" \
|
25 |
--save_total_limit="3" \
|
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:f6686eb761c60d4a768aedfe2f313d0901efa07932ef0df79b0ebfac5a88d1e5
|
3 |
size 2991
|