jraramhoej
commited on
Commit
•
ceb99a7
1
Parent(s):
547e02e
End of training
Browse files
fine-tune-whisper-streaming.ipynb
CHANGED
@@ -847,7 +847,7 @@
|
|
847 |
},
|
848 |
{
|
849 |
"cell_type": "code",
|
850 |
-
"execution_count":
|
851 |
"id": "ee8b7b8e-1c9a-4d77-9137-1778a629e6de",
|
852 |
"metadata": {},
|
853 |
"outputs": [
|
@@ -875,8 +875,8 @@
|
|
875 |
"\n",
|
876 |
" <div>\n",
|
877 |
" \n",
|
878 |
-
" <progress value='
|
879 |
-
" [5000/5000 6:
|
880 |
" </div>\n",
|
881 |
" <table border=\"1\" class=\"dataframe\">\n",
|
882 |
" <thead>\n",
|
@@ -912,6 +912,12 @@
|
|
912 |
" <td>0.565175</td>\n",
|
913 |
" <td>35.824036</td>\n",
|
914 |
" </tr>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
915 |
" </tbody>\n",
|
916 |
"</table><p>"
|
917 |
],
|
@@ -1024,8 +1030,35 @@
|
|
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 |
}
|
1030 |
],
|
1031 |
"source": [
|
|
|
847 |
},
|
848 |
{
|
849 |
"cell_type": "code",
|
850 |
+
"execution_count": 22,
|
851 |
"id": "ee8b7b8e-1c9a-4d77-9137-1778a629e6de",
|
852 |
"metadata": {},
|
853 |
"outputs": [
|
|
|
875 |
"\n",
|
876 |
" <div>\n",
|
877 |
" \n",
|
878 |
+
" <progress value='5000' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
879 |
+
" [5000/5000 6:53:14, Epoch 30/9223372036854775807]\n",
|
880 |
" </div>\n",
|
881 |
" <table border=\"1\" class=\"dataframe\">\n",
|
882 |
" <thead>\n",
|
|
|
912 |
" <td>0.565175</td>\n",
|
913 |
" <td>35.824036</td>\n",
|
914 |
" </tr>\n",
|
915 |
+
" <tr>\n",
|
916 |
+
" <td>5000</td>\n",
|
917 |
+
" <td>0.000400</td>\n",
|
918 |
+
" <td>0.572376</td>\n",
|
919 |
+
" <td>35.859769</td>\n",
|
920 |
+
" </tr>\n",
|
921 |
" </tbody>\n",
|
922 |
"</table><p>"
|
923 |
],
|
|
|
1030 |
" Num examples: Unknown\n",
|
1031 |
" Batch size = 8\n",
|
1032 |
"Reading metadata...: 3749it [00:00, 4607.71it/s]\n",
|
1033 |
+
"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",
|
1034 |
+
"Saving model checkpoint to ./checkpoint-5000\n",
|
1035 |
+
"Configuration saved in ./checkpoint-5000/config.json\n",
|
1036 |
+
"Model weights saved in ./checkpoint-5000/pytorch_model.bin\n",
|
1037 |
+
"Feature extractor saved in ./checkpoint-5000/preprocessor_config.json\n",
|
1038 |
+
"tokenizer config file saved in ./checkpoint-5000/tokenizer_config.json\n",
|
1039 |
+
"Special tokens file saved in ./checkpoint-5000/special_tokens_map.json\n",
|
1040 |
+
"added tokens file saved in ./checkpoint-5000/added_tokens.json\n",
|
1041 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
1042 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
1043 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
1044 |
+
"added tokens file saved in ./added_tokens.json\n",
|
1045 |
+
"\n",
|
1046 |
+
"\n",
|
1047 |
+
"Training completed. Do not forget to share your model on huggingface.co/models =)\n",
|
1048 |
+
"\n",
|
1049 |
+
"\n",
|
1050 |
+
"Loading best model from ./checkpoint-3000 (score: 35.78433318775559).\n"
|
1051 |
]
|
1052 |
+
},
|
1053 |
+
{
|
1054 |
+
"data": {
|
1055 |
+
"text/plain": [
|
1056 |
+
"TrainOutput(global_step=5000, training_loss=0.11304525989443064, metrics={'train_runtime': 24832.6385, 'train_samples_per_second': 6.443, 'train_steps_per_second': 0.201, 'total_flos': 4.59831976869888e+19, 'train_loss': 0.11304525989443064, 'epoch': 30.02})"
|
1057 |
+
]
|
1058 |
+
},
|
1059 |
+
"execution_count": 22,
|
1060 |
+
"metadata": {},
|
1061 |
+
"output_type": "execute_result"
|
1062 |
}
|
1063 |
],
|
1064 |
"source": [
|
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:f282d290aa8fca89d7818881bfd03ff7ee0b7f14eac596caf49d9dd0a6f7ee7e
|
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:11805f62fe88e9a9805223bafcb4e8fb3397e0bea7c1c91f6b074d63bd1ffc34
|
3 |
+
size 37616
|