jraramhoej
commited on
Commit
•
547e02e
1
Parent(s):
e06b793
Training in progress, step 5000
Browse files
fine-tune-whisper-streaming.ipynb
CHANGED
@@ -875,8 +875,8 @@
|
|
875 |
"\n",
|
876 |
" <div>\n",
|
877 |
" \n",
|
878 |
-
" <progress value='
|
879 |
-
" [
|
880 |
" </div>\n",
|
881 |
" <table border=\"1\" class=\"dataframe\">\n",
|
882 |
" <thead>\n",
|
@@ -906,6 +906,12 @@
|
|
906 |
" <td>0.545756</td>\n",
|
907 |
" <td>35.784333</td>\n",
|
908 |
" </tr>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
909 |
" </tbody>\n",
|
910 |
"</table><p>"
|
911 |
],
|
@@ -996,6 +1002,28 @@
|
|
996 |
" Num examples: Unknown\n",
|
997 |
" Batch size = 8\n",
|
998 |
"Reading metadata...: 3749it [00:00, 24211.98it/s]\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
999 |
"The following columns in the evaluation set don't have a corresponding argument in `WhisperForConditionalGeneration.forward` and have been ignored: input_length. If input_length are not expected by `WhisperForConditionalGeneration.forward`, you can safely ignore this message.\n"
|
1000 |
]
|
1001 |
}
|
|
|
875 |
"\n",
|
876 |
" <div>\n",
|
877 |
" \n",
|
878 |
+
" <progress value='5001' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
879 |
+
" [5000/5000 6:31:22, Epoch 30.02/9223372036854775807]\n",
|
880 |
" </div>\n",
|
881 |
" <table border=\"1\" class=\"dataframe\">\n",
|
882 |
" <thead>\n",
|
|
|
906 |
" <td>0.545756</td>\n",
|
907 |
" <td>35.784333</td>\n",
|
908 |
" </tr>\n",
|
909 |
+
" <tr>\n",
|
910 |
+
" <td>4000</td>\n",
|
911 |
+
" <td>0.000500</td>\n",
|
912 |
+
" <td>0.565175</td>\n",
|
913 |
+
" <td>35.824036</td>\n",
|
914 |
+
" </tr>\n",
|
915 |
" </tbody>\n",
|
916 |
"</table><p>"
|
917 |
],
|
|
|
1002 |
" Num examples: Unknown\n",
|
1003 |
" Batch size = 8\n",
|
1004 |
"Reading metadata...: 3749it [00:00, 24211.98it/s]\n",
|
1005 |
+
"The following columns in the evaluation set don't have a corresponding argument in `WhisperForConditionalGeneration.forward` and have been ignored: input_length. If input_length are not expected by `WhisperForConditionalGeneration.forward`, you can safely ignore this message.\n",
|
1006 |
+
"Saving model checkpoint to ./checkpoint-4000\n",
|
1007 |
+
"Configuration saved in ./checkpoint-4000/config.json\n",
|
1008 |
+
"Model weights saved in ./checkpoint-4000/pytorch_model.bin\n",
|
1009 |
+
"Feature extractor saved in ./checkpoint-4000/preprocessor_config.json\n",
|
1010 |
+
"tokenizer config file saved in ./checkpoint-4000/tokenizer_config.json\n",
|
1011 |
+
"Special tokens file saved in ./checkpoint-4000/special_tokens_map.json\n",
|
1012 |
+
"added tokens file saved in ./checkpoint-4000/added_tokens.json\n",
|
1013 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
1014 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
1015 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
1016 |
+
"added tokens file saved in ./added_tokens.json\n",
|
1017 |
+
"Reading metadata...: 5194it [00:00, 28263.75it/s]\n",
|
1018 |
+
"Reading metadata...: 5194it [00:00, 30236.16it/s]\n",
|
1019 |
+
"Reading metadata...: 5194it [00:00, 30038.26it/s]\n",
|
1020 |
+
"Reading metadata...: 5194it [00:00, 24802.88it/s]\n",
|
1021 |
+
"Reading metadata...: 5194it [00:00, 8652.20it/s]\n",
|
1022 |
+
"Reading metadata...: 5194it [00:00, 28454.75it/s]\n",
|
1023 |
+
"***** Running Evaluation *****\n",
|
1024 |
+
" Num examples: Unknown\n",
|
1025 |
+
" Batch size = 8\n",
|
1026 |
+
"Reading metadata...: 3749it [00:00, 4607.71it/s]\n",
|
1027 |
"The following columns in the evaluation set don't have a corresponding argument in `WhisperForConditionalGeneration.forward` and have been ignored: input_length. If input_length are not expected by `WhisperForConditionalGeneration.forward`, you can safely ignore this message.\n"
|
1028 |
]
|
1029 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 967102601
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f46d562264ef42714a529ad3fb5cdb067c4cbe1c025bafa3f2721910c8cec98c
|
3 |
size 967102601
|
runs/Dec14_09-49-59_129-146-98-164/events.out.tfevents.1671011416.129-146-98-164.123311.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a85503ea24f13ed4b2e3ee05822485d2e578c2eace14e5fb9002b06a5a262b60
|
3 |
+
size 37262
|