Training in progress, step 1100
Browse files
fine-tune-whisper-streaming.ipynb
CHANGED
@@ -878,8 +878,8 @@
|
|
878 |
"\n",
|
879 |
" <div>\n",
|
880 |
" \n",
|
881 |
-
" <progress value='
|
882 |
-
" [
|
883 |
" </div>\n",
|
884 |
" <table border=\"1\" class=\"dataframe\">\n",
|
885 |
" <thead>\n",
|
@@ -945,6 +945,12 @@
|
|
945 |
" <td>0.285183</td>\n",
|
946 |
" <td>12.988691</td>\n",
|
947 |
" </tr>\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
948 |
" </tbody>\n",
|
949 |
"</table><p>"
|
950 |
],
|
@@ -1127,7 +1133,20 @@
|
|
1127 |
" Num examples: Unknown\n",
|
1128 |
" Batch size = 20\n",
|
1129 |
"Reading metadata...: 8693it [00:02, 3161.72it/s]\n",
|
1130 |
-
"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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1131 |
]
|
1132 |
}
|
1133 |
],
|
|
|
878 |
"\n",
|
879 |
" <div>\n",
|
880 |
" \n",
|
881 |
+
" <progress value='1063' max='3000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
|
882 |
+
" [1063/3000 5:39:43 < 10:20:13, 0.05 it/s, Epoch 2.11/9223372036854775807]\n",
|
883 |
" </div>\n",
|
884 |
" <table border=\"1\" class=\"dataframe\">\n",
|
885 |
" <thead>\n",
|
|
|
945 |
" <td>0.285183</td>\n",
|
946 |
" <td>12.988691</td>\n",
|
947 |
" </tr>\n",
|
948 |
+
" <tr>\n",
|
949 |
+
" <td>1000</td>\n",
|
950 |
+
" <td>0.066200</td>\n",
|
951 |
+
" <td>0.288934</td>\n",
|
952 |
+
" <td>12.697900</td>\n",
|
953 |
+
" </tr>\n",
|
954 |
" </tbody>\n",
|
955 |
"</table><p>"
|
956 |
],
|
|
|
1133 |
" Num examples: Unknown\n",
|
1134 |
" Batch size = 20\n",
|
1135 |
"Reading metadata...: 8693it [00:02, 3161.72it/s]\n",
|
1136 |
+
"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",
|
1137 |
+
"Saving model checkpoint to ./checkpoint-1000\n",
|
1138 |
+
"Configuration saved in ./checkpoint-1000/config.json\n",
|
1139 |
+
"Model weights saved in ./checkpoint-1000/pytorch_model.bin\n",
|
1140 |
+
"Feature extractor saved in ./checkpoint-1000/preprocessor_config.json\n",
|
1141 |
+
"tokenizer config file saved in ./checkpoint-1000/tokenizer_config.json\n",
|
1142 |
+
"Special tokens file saved in ./checkpoint-1000/special_tokens_map.json\n",
|
1143 |
+
"added tokens file saved in ./checkpoint-1000/added_tokens.json\n",
|
1144 |
+
"Feature extractor saved in ./preprocessor_config.json\n",
|
1145 |
+
"tokenizer config file saved in ./tokenizer_config.json\n",
|
1146 |
+
"Special tokens file saved in ./special_tokens_map.json\n",
|
1147 |
+
"added tokens file saved in ./added_tokens.json\n",
|
1148 |
+
"/opt/conda/lib/python3.10/site-packages/torch/nn/parallel/_functions.py:68: UserWarning: Was asked to gather along dimension 0, but all input tensors were scalars; will instead unsqueeze and return a vector.\n",
|
1149 |
+
" warnings.warn('Was asked to gather along dimension 0, but all '\n"
|
1150 |
]
|
1151 |
}
|
1152 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 967099139
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecb10c6f046298cf8d666d9fcb7d9506bab67c1d614e947fcfb46a17aa3fb82d
|
3 |
size 967099139
|
runs/Dec06_07-40-22_04812eda968b/events.out.tfevents.1670312431.04812eda968b.2650899.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:cfa2633320ca772208070589351512380c9fe4098bebfe267f3215aa79c97fc0
|
3 |
+
size 180004
|