Model save
Browse files
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055754841
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81ccdc32f560a2aebc2dbfb88eac81745809a56769c2244d2e253468e0afac1c
|
3 |
size 3055754841
|
run_1.sh
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python run_speech_recognition_seq2seq_streaming.py \
|
2 |
+
--model_name_or_path="openai/whisper-medium" \
|
3 |
+
--dataset_name="google/fleurs" \
|
4 |
+
--dataset_config_name="ps_af" \
|
5 |
+
--language="pashto" \
|
6 |
+
--train_split_name="train+validation" \
|
7 |
+
--eval_split_name="test" \
|
8 |
+
--model_index_name="Whisper Medium Pashto" \
|
9 |
+
--max_steps="1000" \
|
10 |
+
--output_dir="./" \
|
11 |
+
--per_device_train_batch_size="32" \
|
12 |
+
--per_device_eval_batch_size="16" \
|
13 |
+
--gradient_accumulation_steps="2" \
|
14 |
+
--logging_steps="25" \
|
15 |
+
--learning_rate="3e-7" \
|
16 |
+
--warmup_steps="50" \
|
17 |
+
--evaluation_strategy="steps" \
|
18 |
+
--eval_steps="100" \
|
19 |
+
--save_strategy="steps" \
|
20 |
+
--save_steps="100" \
|
21 |
+
--generation_max_length="225" \
|
22 |
+
--length_column_name="input_length" \
|
23 |
+
--max_duration_in_seconds="30" \
|
24 |
+
--text_column_name="transcription" \
|
25 |
+
--freeze_feature_encoder="False" \
|
26 |
+
--report_to="tensorboard" \
|
27 |
+
--metric_for_best_model="wer" \
|
28 |
+
--gradient_checkpointing \
|
29 |
+
--fp16 \
|
30 |
+
--overwrite_output_dir="False" \
|
31 |
+
--do_train \
|
32 |
+
--do_eval \
|
33 |
+
--predict_with_generate \
|
34 |
+
--do_normalize_eval \
|
35 |
+
--use_auth_token \
|
36 |
+
--streaming="False" \
|
37 |
+
--push_to_hub
|
runs/Dec10_08-09-54_132-145-129-157/1670659838.3288467/events.out.tfevents.1670659838.132-145-129-157.103454.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eb7c2118a00775df3306e2628be00d61be3783f01ff69d1275c44d072af204d
|
3 |
+
size 5871
|
runs/Dec10_08-09-54_132-145-129-157/events.out.tfevents.1670659838.132-145-129-157.103454.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e2daedfe0199269289d830cbc3bf43d06343aeb4b0c622f98232c320b7f4af5
|
3 |
+
size 4622
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad23432f1c5bf8f56438d4a86cff84e1ec6bb5d753feb5aaf092bada25f07048
|
3 |
size 3579
|