cahya commited on
Commit
716ac17
1 Parent(s): 4f58b7c

Training in progress, step 10

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. run.sh +6 -6
  3. 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:9b8486855253405f9e5cb295f5be09df2b654a27af641af90743c75163c10bda
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="100" \
12
  --per_device_train_batch_size="64" \
13
  --per_device_eval_batch_size="2" \
14
  --gradient_accumulation_steps="4" \
15
- --learning_rate="1e-5" \
16
- --warmup_steps="50" \
17
  --length_column_name="input_length" \
18
  --evaluation_strategy="steps" \
19
  --text_column_name="sentence" \
20
- --save_steps="100" \
21
- --eval_steps="100" \
22
- --logging_steps="100" \
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:4197ec3d421882353408ee5816a7ea4e6caf4fb20cdf8c9cba36f62f59e5623c
3
  size 2991
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6686eb761c60d4a768aedfe2f313d0901efa07932ef0df79b0ebfac5a88d1e5
3
  size 2991