Yapeng commited on
Commit
25b612c
1 Parent(s): 1defed6

Training in progress, step 100

Browse files
fine-tune-whisper-streaming.ipynb CHANGED
@@ -886,8 +886,8 @@
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",
@@ -935,6 +935,24 @@
935
  " <td>0.669629</td>\n",
936
  " <td>46.719160</td>\n",
937
  " </tr>\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
938
  " </tbody>\n",
939
  "</table><p>"
940
  ],
@@ -1044,7 +1062,49 @@
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
  ],
 
886
  "\n",
887
  " <div>\n",
888
  " \n",
889
+ " <progress value='99' max='100' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
890
+ " [ 99/100 31:43 < 00:19, 0.05 it/s, Epoch 0.98/9223372036854775807]\n",
891
  " </div>\n",
892
  " <table border=\"1\" class=\"dataframe\">\n",
893
  " <thead>\n",
 
935
  " <td>0.669629</td>\n",
936
  " <td>46.719160</td>\n",
937
  " </tr>\n",
938
+ " <tr>\n",
939
+ " <td>70</td>\n",
940
+ " <td>0.388100</td>\n",
941
+ " <td>0.648503</td>\n",
942
+ " <td>48.818898</td>\n",
943
+ " </tr>\n",
944
+ " <tr>\n",
945
+ " <td>80</td>\n",
946
+ " <td>0.420200</td>\n",
947
+ " <td>0.626310</td>\n",
948
+ " <td>50.656168</td>\n",
949
+ " </tr>\n",
950
+ " <tr>\n",
951
+ " <td>90</td>\n",
952
+ " <td>0.342300</td>\n",
953
+ " <td>0.602524</td>\n",
954
+ " <td>50.918635</td>\n",
955
+ " </tr>\n",
956
  " </tbody>\n",
957
  "</table><p>"
958
  ],
 
1062
  "***** Running Evaluation *****\n",
1063
  " Num examples: Unknown\n",
1064
  " Batch size = 32\n",
1065
+ "Reading metadata...: 8693it [00:01, 7724.39it/s]\n",
1066
+ "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",
1067
+ "Saving model checkpoint to ./checkpoint-70\n",
1068
+ "Configuration saved in ./checkpoint-70/config.json\n",
1069
+ "Model weights saved in ./checkpoint-70/pytorch_model.bin\n",
1070
+ "Feature extractor saved in ./checkpoint-70/preprocessor_config.json\n",
1071
+ "tokenizer config file saved in ./checkpoint-70/tokenizer_config.json\n",
1072
+ "Special tokens file saved in ./checkpoint-70/special_tokens_map.json\n",
1073
+ "added tokens file saved in ./checkpoint-70/added_tokens.json\n",
1074
+ "Feature extractor saved in ./preprocessor_config.json\n",
1075
+ "tokenizer config file saved in ./tokenizer_config.json\n",
1076
+ "Special tokens file saved in ./special_tokens_map.json\n",
1077
+ "added tokens file saved in ./added_tokens.json\n",
1078
+ "/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",
1079
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n",
1080
+ "***** Running Evaluation *****\n",
1081
+ " Num examples: Unknown\n",
1082
+ " Batch size = 32\n",
1083
+ "Reading metadata...: 8693it [00:02, 3249.16it/s]\n",
1084
+ "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",
1085
+ "Saving model checkpoint to ./checkpoint-80\n",
1086
+ "Configuration saved in ./checkpoint-80/config.json\n",
1087
+ "Model weights saved in ./checkpoint-80/pytorch_model.bin\n",
1088
+ "Feature extractor saved in ./checkpoint-80/preprocessor_config.json\n",
1089
+ "tokenizer config file saved in ./checkpoint-80/tokenizer_config.json\n",
1090
+ "Special tokens file saved in ./checkpoint-80/special_tokens_map.json\n",
1091
+ "added tokens file saved in ./checkpoint-80/added_tokens.json\n",
1092
+ "/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",
1093
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n",
1094
+ "***** Running Evaluation *****\n",
1095
+ " Num examples: Unknown\n",
1096
+ " Batch size = 32\n",
1097
+ "Reading metadata...: 8693it [00:02, 3111.55it/s]\n",
1098
+ "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",
1099
+ "Saving model checkpoint to ./checkpoint-90\n",
1100
+ "Configuration saved in ./checkpoint-90/config.json\n",
1101
+ "Model weights saved in ./checkpoint-90/pytorch_model.bin\n",
1102
+ "Feature extractor saved in ./checkpoint-90/preprocessor_config.json\n",
1103
+ "tokenizer config file saved in ./checkpoint-90/tokenizer_config.json\n",
1104
+ "Special tokens file saved in ./checkpoint-90/special_tokens_map.json\n",
1105
+ "added tokens file saved in ./checkpoint-90/added_tokens.json\n",
1106
+ "/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",
1107
+ " warnings.warn('Was asked to gather along dimension 0, but all '\n"
1108
  ]
1109
  }
1110
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30b709225c0c3b75825a3fa878b260c88441188d71d7e014529d4d6643488885
3
  size 967099139
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9137e7fd994d7f2213b941c29befb2154671196a10167f3eca8be6be69499fb3
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:f40d6fe35dbe5763fa04c1114dbfd27a91c0deaaab8dbdc18df4b52492081a82
3
- size 17154
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a603818d95c33f5e84e4a76a735bd22f4bf244d641e2ff5d8b1c5b7f9f67e2f8
3
+ size 22710