End of training
Browse files
fine-tune-whisper-streaming.ipynb
CHANGED
@@ -17393,7 +17393,7 @@
|
|
17393 |
},
|
17394 |
{
|
17395 |
"cell_type": "code",
|
17396 |
-
"execution_count":
|
17397 |
"id": "ee8b7b8e-1c9a-4d77-9137-1778a629e6de",
|
17398 |
"metadata": {
|
17399 |
"scrolled": false
|
@@ -17424,8 +17424,8 @@
|
|
17424 |
"\n",
|
17425 |
" <div>\n",
|
17426 |
" \n",
|
17427 |
-
" <progress value='
|
17428 |
-
" [1000/1000 3:
|
17429 |
" </div>\n",
|
17430 |
" <table border=\"1\" class=\"dataframe\">\n",
|
17431 |
" <thead>\n",
|
@@ -17461,6 +17461,12 @@
|
|
17461 |
" <td>0.194970</td>\n",
|
17462 |
" <td>40.675537</td>\n",
|
17463 |
" </tr>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
17464 |
" </tbody>\n",
|
17465 |
"</table><p>"
|
17466 |
],
|
@@ -17555,8 +17561,35 @@
|
|
17555 |
" Num examples: Unknown\n",
|
17556 |
" Batch size = 8\n",
|
17557 |
"Reading metadata...: 4709it [00:00, 75003.52it/s]\n",
|
17558 |
-
"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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17559 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17560 |
}
|
17561 |
],
|
17562 |
"source": [
|
|
|
17393 |
},
|
17394 |
{
|
17395 |
"cell_type": "code",
|
17396 |
+
"execution_count": 57,
|
17397 |
"id": "ee8b7b8e-1c9a-4d77-9137-1778a629e6de",
|
17398 |
"metadata": {
|
17399 |
"scrolled": false
|
|
|
17424 |
"\n",
|
17425 |
" <div>\n",
|
17426 |
" \n",
|
17427 |
+
" <progress value='1000' max='1000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
17428 |
+
" [1000/1000 3:24:18, Epoch 6/9223372036854775807]\n",
|
17429 |
" </div>\n",
|
17430 |
" <table border=\"1\" class=\"dataframe\">\n",
|
17431 |
" <thead>\n",
|
|
|
17461 |
" <td>0.194970</td>\n",
|
17462 |
" <td>40.675537</td>\n",
|
17463 |
" </tr>\n",
|
17464 |
+
" <tr>\n",
|
17465 |
+
" <td>1000</td>\n",
|
17466 |
+
" <td>0.003500</td>\n",
|
17467 |
+
" <td>0.198375</td>\n",
|
17468 |
+
" <td>40.818833</td>\n",
|
17469 |
+
" </tr>\n",
|
17470 |
" </tbody>\n",
|
17471 |
"</table><p>"
|
17472 |
],
|
|
|
17561 |
" Num examples: Unknown\n",
|
17562 |
" Batch size = 8\n",
|
17563 |
"Reading metadata...: 4709it [00:00, 75003.52it/s]\n",
|
17564 |
+
"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",
|
17565 |
+
"Saving model checkpoint to ./checkpoint-1000\n",
|
17566 |
+
"Configuration saved in ./checkpoint-1000/config.json\n",
|
17567 |
+
"Model weights saved in ./checkpoint-1000/pytorch_model.bin\n",
|
17568 |
+
"Feature extractor saved in ./checkpoint-1000/preprocessor_config.json\n",
|
17569 |
+
"tokenizer config file saved in ./checkpoint-1000/tokenizer_config.json\n",
|
17570 |
+
"Special tokens file saved in ./checkpoint-1000/special_tokens_map.json\n",
|
17571 |
+
"added tokens file saved in ./checkpoint-1000/added_tokens.json\n",
|
17572 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
17573 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
17574 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
17575 |
+
"added tokens file saved in ./added_tokens.json\n",
|
17576 |
+
"\n",
|
17577 |
+
"\n",
|
17578 |
+
"Training completed. Do not forget to share your model on huggingface.co/models =)\n",
|
17579 |
+
"\n",
|
17580 |
+
"\n",
|
17581 |
+
"Loading best model from ./checkpoint-600 (score: 40.634595701125896).\n"
|
17582 |
]
|
17583 |
+
},
|
17584 |
+
{
|
17585 |
+
"data": {
|
17586 |
+
"text/plain": [
|
17587 |
+
"TrainOutput(global_step=1000, training_loss=0.2253765360042453, metrics={'train_runtime': 12295.6043, 'train_samples_per_second': 5.205, 'train_steps_per_second': 0.081, 'total_flos': 1.837596395077632e+19, 'train_loss': 0.2253765360042453, 'epoch': 6.11})"
|
17588 |
+
]
|
17589 |
+
},
|
17590 |
+
"execution_count": 57,
|
17591 |
+
"metadata": {},
|
17592 |
+
"output_type": "execute_result"
|
17593 |
}
|
17594 |
],
|
17595 |
"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:aaecf242a6944c2e9633600b31b6c65ef158093a1c1e3d9eb4f0499ddcb2dca1
|
3 |
size 967102601
|
runs/Dec12_02-00-57_129-213-26-143/events.out.tfevents.1670810506.129-213-26-143.742932.2
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:f29968890dd97bc90757d6658004fd33eea457948afab8d24d2103849b57b484
|
3 |
+
size 12494
|