Yapeng commited on
Commit
1defed6
1 Parent(s): 99015bb

Training in progress, step 70

Browse files
fine-tune-whisper-streaming.ipynb CHANGED
@@ -886,8 +886,8 @@
886
  "\n",
887
  " <div>\n",
888
  " \n",
889
- " <progress value='41' max='100' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
890
- " [ 41/100 11:18 < 17:06, 0.06 it/s, Epoch 0.40/9223372036854775807]\n",
891
  " </div>\n",
892
  " <table border=\"1\" class=\"dataframe\">\n",
893
  " <thead>\n",
@@ -917,6 +917,24 @@
917
  " <td>0.702946</td>\n",
918
  " <td>51.443570</td>\n",
919
  " </tr>\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
920
  " </tbody>\n",
921
  "</table><p>"
922
  ],
@@ -981,7 +999,52 @@
981
  " Num examples: Unknown\n",
982
  " Batch size = 32\n",
983
  "Reading metadata...: 8693it [00:01, 7522.25it/s]\n",
984
- "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"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985
  ]
986
  }
987
  ],
 
886
  "\n",
887
  " <div>\n",
888
  " \n",
889
+ " <progress value='71' max='100' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
890
+ " [ 71/100 21:37 < 09:05, 0.05 it/s, Epoch 0.70/9223372036854775807]\n",
891
  " </div>\n",
892
  " <table border=\"1\" class=\"dataframe\">\n",
893
  " <thead>\n",
 
917
  " <td>0.702946</td>\n",
918
  " <td>51.443570</td>\n",
919
  " </tr>\n",
920
+ " <tr>\n",
921
+ " <td>40</td>\n",
922
+ " <td>0.511800</td>\n",
923
+ " <td>0.694216</td>\n",
924
+ " <td>49.606299</td>\n",
925
+ " </tr>\n",
926
+ " <tr>\n",
927
+ " <td>50</td>\n",
928
+ " <td>0.398100</td>\n",
929
+ " <td>0.682893</td>\n",
930
+ " <td>48.556430</td>\n",
931
+ " </tr>\n",
932
+ " <tr>\n",
933
+ " <td>60</td>\n",
934
+ " <td>0.473400</td>\n",
935
+ " <td>0.669629</td>\n",
936
+ " <td>46.719160</td>\n",
937
+ " </tr>\n",
938
  " </tbody>\n",
939
  "</table><p>"
940
  ],
 
999
  " Num examples: Unknown\n",
1000
  " Batch size = 32\n",
1001
  "Reading metadata...: 8693it [00:01, 7522.25it/s]\n",
1002
+ "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",
1003
+ "Saving model checkpoint to ./checkpoint-40\n",
1004
+ "Configuration saved in ./checkpoint-40/config.json\n",
1005
+ "Model weights saved in ./checkpoint-40/pytorch_model.bin\n",
1006
+ "Feature extractor saved in ./checkpoint-40/preprocessor_config.json\n",
1007
+ "tokenizer config file saved in ./checkpoint-40/tokenizer_config.json\n",
1008
+ "Special tokens file saved in ./checkpoint-40/special_tokens_map.json\n",
1009
+ "added tokens file saved in ./checkpoint-40/added_tokens.json\n",
1010
+ "Feature extractor saved in ./preprocessor_config.json\n",
1011
+ "tokenizer config file saved in ./tokenizer_config.json\n",
1012
+ "Special tokens file saved in ./special_tokens_map.json\n",
1013
+ "added tokens file saved in ./added_tokens.json\n",
1014
+ "/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",
1015
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n",
1016
+ "***** Running Evaluation *****\n",
1017
+ " Num examples: Unknown\n",
1018
+ " Batch size = 32\n",
1019
+ "Reading metadata...: 8693it [00:02, 4089.09it/s]\n",
1020
+ "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",
1021
+ "Saving model checkpoint to ./checkpoint-50\n",
1022
+ "Configuration saved in ./checkpoint-50/config.json\n",
1023
+ "Model weights saved in ./checkpoint-50/pytorch_model.bin\n",
1024
+ "Feature extractor saved in ./checkpoint-50/preprocessor_config.json\n",
1025
+ "tokenizer config file saved in ./checkpoint-50/tokenizer_config.json\n",
1026
+ "Special tokens file saved in ./checkpoint-50/special_tokens_map.json\n",
1027
+ "added tokens file saved in ./checkpoint-50/added_tokens.json\n",
1028
+ "/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",
1029
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n",
1030
+ "***** Running Evaluation *****\n",
1031
+ " Num examples: Unknown\n",
1032
+ " Batch size = 32\n",
1033
+ "Reading metadata...: 8693it [00:02, 3824.34it/s]\n",
1034
+ "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",
1035
+ "Saving model checkpoint to ./checkpoint-60\n",
1036
+ "Configuration saved in ./checkpoint-60/config.json\n",
1037
+ "Model weights saved in ./checkpoint-60/pytorch_model.bin\n",
1038
+ "Feature extractor saved in ./checkpoint-60/preprocessor_config.json\n",
1039
+ "tokenizer config file saved in ./checkpoint-60/tokenizer_config.json\n",
1040
+ "Special tokens file saved in ./checkpoint-60/special_tokens_map.json\n",
1041
+ "added tokens file saved in ./checkpoint-60/added_tokens.json\n",
1042
+ "/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",
1043
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n",
1044
+ "***** Running Evaluation *****\n",
1045
+ " Num examples: Unknown\n",
1046
+ " Batch size = 32\n",
1047
+ "Reading metadata...: 8693it [00:01, 7724.39it/s]\n"
1048
  ]
1049
  }
1050
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c69fad5f642921054b5e7027fa173497fdef8d1aba46e2e10446850af9e20712
3
  size 967099139
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b709225c0c3b75825a3fa878b260c88441188d71d7e014529d4d6643488885
3
  size 967099139
runs/Dec06_02-49-42_04812eda968b/events.out.tfevents.1670295010.04812eda968b.1031606.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3103049bb8468c9537f04bdc5ee6127b0d444fbd8812deac5ae27d6b1224f306
3
- size 11598
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40d6fe35dbe5763fa04c1114dbfd27a91c0deaaab8dbdc18df4b52492081a82
3
+ size 17154