Training in progress, step 400
Browse files
fine-tune-whisper-non-streaming-zh.ipynb
CHANGED
@@ -1134,8 +1134,8 @@
|
|
1134 |
"\n",
|
1135 |
" <div>\n",
|
1136 |
" \n",
|
1137 |
-
" <progress value='
|
1138 |
-
" [
|
1139 |
" </div>\n",
|
1140 |
" <table border=\"1\" class=\"dataframe\">\n",
|
1141 |
" <thead>\n",
|
@@ -1143,17 +1143,24 @@
|
|
1143 |
" <th>Step</th>\n",
|
1144 |
" <th>Training Loss</th>\n",
|
1145 |
" <th>Validation Loss</th>\n",
|
|
|
1146 |
" </tr>\n",
|
1147 |
" </thead>\n",
|
1148 |
" <tbody>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1149 |
" </tbody>\n",
|
1150 |
-
"</table><p
|
1151 |
-
" <div>\n",
|
1152 |
-
" \n",
|
1153 |
-
" <progress value='2355' max='2355' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
1154 |
-
" [2355/2355 47:17]\n",
|
1155 |
-
" </div>\n",
|
1156 |
-
" "
|
1157 |
],
|
1158 |
"text/plain": [
|
1159 |
"<IPython.core.display.HTML object>"
|
@@ -1169,7 +1176,21 @@
|
|
1169 |
"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",
|
1170 |
"***** Running Evaluation *****\n",
|
1171 |
" Num examples = 4709\n",
|
1172 |
-
" Batch size = 2\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1173 |
]
|
1174 |
}
|
1175 |
],
|
|
|
1134 |
"\n",
|
1135 |
" <div>\n",
|
1136 |
" \n",
|
1137 |
+
" <progress value='401' max='1000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
1138 |
+
" [ 401/1000 1:53:27 < 2:50:19, 0.06 it/s, Epoch 1.14/3]\n",
|
1139 |
" </div>\n",
|
1140 |
" <table border=\"1\" class=\"dataframe\">\n",
|
1141 |
" <thead>\n",
|
|
|
1143 |
" <th>Step</th>\n",
|
1144 |
" <th>Training Loss</th>\n",
|
1145 |
" <th>Validation Loss</th>\n",
|
1146 |
+
" <th>Wer</th>\n",
|
1147 |
" </tr>\n",
|
1148 |
" </thead>\n",
|
1149 |
" <tbody>\n",
|
1150 |
+
" <tr>\n",
|
1151 |
+
" <td>200</td>\n",
|
1152 |
+
" <td>0.216900</td>\n",
|
1153 |
+
" <td>0.119112</td>\n",
|
1154 |
+
" <td>9.333440</td>\n",
|
1155 |
+
" </tr>\n",
|
1156 |
+
" <tr>\n",
|
1157 |
+
" <td>400</td>\n",
|
1158 |
+
" <td>0.082300</td>\n",
|
1159 |
+
" <td>0.101187</td>\n",
|
1160 |
+
" <td>7.590416</td>\n",
|
1161 |
+
" </tr>\n",
|
1162 |
" </tbody>\n",
|
1163 |
+
"</table><p>"
|
|
|
|
|
|
|
|
|
|
|
|
|
1164 |
],
|
1165 |
"text/plain": [
|
1166 |
"<IPython.core.display.HTML object>"
|
|
|
1176 |
"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",
|
1177 |
"***** Running Evaluation *****\n",
|
1178 |
" Num examples = 4709\n",
|
1179 |
+
" Batch size = 2\n",
|
1180 |
+
"Saving model checkpoint to ./checkpoint-200\n",
|
1181 |
+
"Configuration saved in ./checkpoint-200/config.json\n",
|
1182 |
+
"Model weights saved in ./checkpoint-200/pytorch_model.bin\n",
|
1183 |
+
"Feature extractor saved in ./checkpoint-200/preprocessor_config.json\n",
|
1184 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
1185 |
+
"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",
|
1186 |
+
"***** Running Evaluation *****\n",
|
1187 |
+
" Num examples = 4709\n",
|
1188 |
+
" Batch size = 2\n",
|
1189 |
+
"Saving model checkpoint to ./checkpoint-400\n",
|
1190 |
+
"Configuration saved in ./checkpoint-400/config.json\n",
|
1191 |
+
"Model weights saved in ./checkpoint-400/pytorch_model.bin\n",
|
1192 |
+
"Feature extractor saved in ./checkpoint-400/preprocessor_config.json\n",
|
1193 |
+
"Feature extractor saved in ./preprocessor_config.json\n"
|
1194 |
]
|
1195 |
}
|
1196 |
],
|
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:c59231bec50bf7e63c665d3feb4951821ecb964b915a1be521482c50b1e826e8
|
3 |
size 3055754841
|
runs/Dec20_16-48-49_DANDAN/events.out.tfevents.1671526137.DANDAN.29004.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:bdd159d93587e66eb3149250140df4f3a7bf7e881249d76236bd2e9630445a9d
|
3 |
+
size 7418
|