Model save
Browse files- nohup.out +0 -0
- pytorch_model.bin +1 -1
- run.sh +1 -1
nohup.out
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3856497393
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fa00e8399cbeae125661244d222ae1fd5175d3f2bb901d042e3485d29a74494
|
3 |
size 3856497393
|
run.sh
CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc.py \
|
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
-
--
|
12 |
--warmup_steps="2000" \
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|
|
|
8 |
--per_device_train_batch_size="8" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
--gradient_accumulation_steps="4" \
|
11 |
+
--learning_rate="7.5e-5" \
|
12 |
--warmup_steps="2000" \
|
13 |
--length_column_name="input_length" \
|
14 |
--evaluation_strategy="steps" \
|