Training in progress, step 3000
Browse files
.ipynb_checkpoints/fine-tune-whisper-streaming-checkpoint.ipynb
CHANGED
@@ -924,8 +924,8 @@
|
|
924 |
"\n",
|
925 |
" <div>\n",
|
926 |
" \n",
|
927 |
-
" <progress value='
|
928 |
-
" [
|
929 |
" </div>\n",
|
930 |
" <table border=\"1\" class=\"dataframe\">\n",
|
931 |
" <thead>\n",
|
@@ -933,9 +933,22 @@
|
|
933 |
" <th>Step</th>\n",
|
934 |
" <th>Training Loss</th>\n",
|
935 |
" <th>Validation Loss</th>\n",
|
|
|
936 |
" </tr>\n",
|
937 |
" </thead>\n",
|
938 |
" <tbody>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
939 |
" </tbody>\n",
|
940 |
"</table><p>"
|
941 |
],
|
@@ -956,7 +969,13 @@
|
|
956 |
" Num examples: Unknown\n",
|
957 |
" Batch size = 16\n",
|
958 |
"Reading metadata...: 8294it [00:01, 8153.81it/s]\n",
|
959 |
-
"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"
|
|
|
|
|
|
|
|
|
|
|
|
|
960 |
]
|
961 |
}
|
962 |
],
|
|
|
924 |
"\n",
|
925 |
" <div>\n",
|
926 |
" \n",
|
927 |
+
" <progress value='2109' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
928 |
+
" [2109/5000 6:33:42 < 9:00:12, 0.09 it/s, Epoch 4.01/9223372036854775807]\n",
|
929 |
" </div>\n",
|
930 |
" <table border=\"1\" class=\"dataframe\">\n",
|
931 |
" <thead>\n",
|
|
|
933 |
" <th>Step</th>\n",
|
934 |
" <th>Training Loss</th>\n",
|
935 |
" <th>Validation Loss</th>\n",
|
936 |
+
" <th>Wer</th>\n",
|
937 |
" </tr>\n",
|
938 |
" </thead>\n",
|
939 |
" <tbody>\n",
|
940 |
+
" <tr>\n",
|
941 |
+
" <td>1000</td>\n",
|
942 |
+
" <td>0.047400</td>\n",
|
943 |
+
" <td>0.256107</td>\n",
|
944 |
+
" <td>9.461207</td>\n",
|
945 |
+
" </tr>\n",
|
946 |
+
" <tr>\n",
|
947 |
+
" <td>2000</td>\n",
|
948 |
+
" <td>0.011900</td>\n",
|
949 |
+
" <td>0.290058</td>\n",
|
950 |
+
" <td>8.972615</td>\n",
|
951 |
+
" </tr>\n",
|
952 |
" </tbody>\n",
|
953 |
"</table><p>"
|
954 |
],
|
|
|
969 |
" Num examples: Unknown\n",
|
970 |
" Batch size = 16\n",
|
971 |
"Reading metadata...: 8294it [00:01, 8153.81it/s]\n",
|
972 |
+
"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",
|
973 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
974 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
975 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
976 |
+
"added tokens file saved in ./added_tokens.json\n",
|
977 |
+
"Reading metadata...: 16539it [00:00, 56630.09it/s]\n",
|
978 |
+
"Reading metadata...: 8294it [00:00, 44490.77it/s]\n"
|
979 |
]
|
980 |
}
|
981 |
],
|
fine-tune-whisper-streaming.ipynb
CHANGED
@@ -924,8 +924,8 @@
|
|
924 |
"\n",
|
925 |
" <div>\n",
|
926 |
" \n",
|
927 |
-
" <progress value='
|
928 |
-
" [
|
929 |
" </div>\n",
|
930 |
" <table border=\"1\" class=\"dataframe\">\n",
|
931 |
" <thead>\n",
|
@@ -933,9 +933,22 @@
|
|
933 |
" <th>Step</th>\n",
|
934 |
" <th>Training Loss</th>\n",
|
935 |
" <th>Validation Loss</th>\n",
|
|
|
936 |
" </tr>\n",
|
937 |
" </thead>\n",
|
938 |
" <tbody>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
939 |
" </tbody>\n",
|
940 |
"</table><p>"
|
941 |
],
|
@@ -956,7 +969,13 @@
|
|
956 |
" Num examples: Unknown\n",
|
957 |
" Batch size = 16\n",
|
958 |
"Reading metadata...: 8294it [00:01, 8153.81it/s]\n",
|
959 |
-
"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"
|
|
|
|
|
|
|
|
|
|
|
|
|
960 |
]
|
961 |
}
|
962 |
],
|
|
|
924 |
"\n",
|
925 |
" <div>\n",
|
926 |
" \n",
|
927 |
+
" <progress value='2297' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
928 |
+
" [2297/5000 6:51:48 < 8:05:01, 0.09 it/s, Epoch 4.04/9223372036854775807]\n",
|
929 |
" </div>\n",
|
930 |
" <table border=\"1\" class=\"dataframe\">\n",
|
931 |
" <thead>\n",
|
|
|
933 |
" <th>Step</th>\n",
|
934 |
" <th>Training Loss</th>\n",
|
935 |
" <th>Validation Loss</th>\n",
|
936 |
+
" <th>Wer</th>\n",
|
937 |
" </tr>\n",
|
938 |
" </thead>\n",
|
939 |
" <tbody>\n",
|
940 |
+
" <tr>\n",
|
941 |
+
" <td>1000</td>\n",
|
942 |
+
" <td>0.047400</td>\n",
|
943 |
+
" <td>0.256107</td>\n",
|
944 |
+
" <td>9.461207</td>\n",
|
945 |
+
" </tr>\n",
|
946 |
+
" <tr>\n",
|
947 |
+
" <td>2000</td>\n",
|
948 |
+
" <td>0.011900</td>\n",
|
949 |
+
" <td>0.290058</td>\n",
|
950 |
+
" <td>8.972615</td>\n",
|
951 |
+
" </tr>\n",
|
952 |
" </tbody>\n",
|
953 |
"</table><p>"
|
954 |
],
|
|
|
969 |
" Num examples: Unknown\n",
|
970 |
" Batch size = 16\n",
|
971 |
"Reading metadata...: 8294it [00:01, 8153.81it/s]\n",
|
972 |
+
"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",
|
973 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
974 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
975 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
976 |
+
"added tokens file saved in ./added_tokens.json\n",
|
977 |
+
"Reading metadata...: 16539it [00:00, 56630.09it/s]\n",
|
978 |
+
"Reading metadata...: 8294it [00:00, 44490.77it/s]\n"
|
979 |
]
|
980 |
}
|
981 |
],
|
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:53746ecce9c811de4acc9ed647e392e2796a64c182a7747bf6727c2933ad9d4d
|
3 |
size 3055754841
|
runs/Dec07_12-59-07_129-146-180-69/events.out.tfevents.1670417975.129-146-180-69.2248.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:7d76c3d7fd69ed0483cb2eabca09cd2e448b10dc6447baf7d04d299f73363da4
|
3 |
+
size 24003
|