Model save
Browse files- .ipynb_checkpoints/run-checkpoint.sh +25 -0
- pytorch_model.bin +1 -1
.ipynb_checkpoints/run-checkpoint.sh
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python run_speech_recognition_ctc.py \
|
2 |
+
--dataset_name="common_voice" \
|
3 |
+
--model_name_or_path="hf-test/xls-r-dummy" \
|
4 |
+
--dataset_config_name="tr" \
|
5 |
+
--output_dir="./" \
|
6 |
+
--overwrite_output_dir \
|
7 |
+
--num_train_epochs="5" \
|
8 |
+
--per_device_train_batch_size="16" \
|
9 |
+
--gradient_accumulation_steps="2" \
|
10 |
+
--learning_rate="3e-4" \
|
11 |
+
--warmup_steps="500" \
|
12 |
+
--evaluation_strategy="steps" \
|
13 |
+
--text_column_name="sentence" \
|
14 |
+
--length_column_name="input_length" \
|
15 |
+
--save_steps="400" \
|
16 |
+
--eval_steps="100" \
|
17 |
+
--layerdrop="0.0" \
|
18 |
+
--save_total_limit="3" \
|
19 |
+
--freeze_feature_encoder \
|
20 |
+
--gradient_checkpointing \
|
21 |
+
--chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
|
22 |
+
--fp16 \
|
23 |
+
--group_by_length \
|
24 |
+
--push_to_hub \
|
25 |
+
--do_train --do_eval
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 143078
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f1900fda595fc11d224093d778614c0532b93a9ba52d38f0313c2cb347dfff4
|
3 |
size 143078
|