jraramhoej commited on
Commit
af1bbb4
1 Parent(s): 937e2ce

Training in progress, step 2000

Browse files
fine-tune-whisper-streaming.ipynb CHANGED
@@ -1076,8 +1076,8 @@
1076
  "\n",
1077
  " <div>\n",
1078
  " \n",
1079
- " <progress value='1001' max='2000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
1080
- " [1001/2000 1:49:55 < 1:49:55, 0.15 it/s, Epoch 8.04/9223372036854775807]\n",
1081
  " </div>\n",
1082
  " <table border=\"1\" class=\"dataframe\">\n",
1083
  " <thead>\n",
@@ -1085,9 +1085,16 @@
1085
  " <th>Step</th>\n",
1086
  " <th>Training Loss</th>\n",
1087
  " <th>Validation Loss</th>\n",
 
1088
  " </tr>\n",
1089
  " </thead>\n",
1090
  " <tbody>\n",
 
 
 
 
 
 
1091
  " </tbody>\n",
1092
  "</table><p>"
1093
  ],
@@ -1122,6 +1129,40 @@
1122
  " Num examples: Unknown\n",
1123
  " Batch size = 8\n",
1124
  "Reading metadata...: 3749it [00:00, 17477.47it/s]\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1125
  "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"
1126
  ]
1127
  }
@@ -1160,8 +1201,8 @@
1160
  "kwargs = {\n",
1161
  " \"dataset_tags\": \"mozilla-foundation/common_voice_11_0\",\n",
1162
  " \"dataset\": \"Common Voice 11.0\", # a 'pretty' name for the training dataset\n",
1163
- " \"language\": \"es\",\n",
1164
- " \"model_name\": \"Whisper Small Es - Sanchit Gandhi\", # a 'pretty' name for your model\n",
1165
  " \"finetuned_from\": \"openai/whisper-small\",\n",
1166
  " \"tasks\": \"automatic-speech-recognition\",\n",
1167
  " \"tags\": \"whisper-event\",\n",
 
1076
  "\n",
1077
  " <div>\n",
1078
  " \n",
1079
+ " <progress value='2001' max='2000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
1080
+ " [2000/2000 4:01:33, Epoch 17.01/9223372036854775807]\n",
1081
  " </div>\n",
1082
  " <table border=\"1\" class=\"dataframe\">\n",
1083
  " <thead>\n",
 
1085
  " <th>Step</th>\n",
1086
  " <th>Training Loss</th>\n",
1087
  " <th>Validation Loss</th>\n",
1088
+ " <th>Wer</th>\n",
1089
  " </tr>\n",
1090
  " </thead>\n",
1091
  " <tbody>\n",
1092
+ " <tr>\n",
1093
+ " <td>1000</td>\n",
1094
+ " <td>0.009000</td>\n",
1095
+ " <td>0.444009</td>\n",
1096
+ " <td>34.279589</td>\n",
1097
+ " </tr>\n",
1098
  " </tbody>\n",
1099
  "</table><p>"
1100
  ],
 
1129
  " Num examples: Unknown\n",
1130
  " Batch size = 8\n",
1131
  "Reading metadata...: 3749it [00:00, 17477.47it/s]\n",
1132
+ "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",
1133
+ "Saving model checkpoint to ./checkpoint-1000\n",
1134
+ "Configuration saved in ./checkpoint-1000/config.json\n",
1135
+ "Model weights saved in ./checkpoint-1000/pytorch_model.bin\n",
1136
+ "Feature extractor saved in ./checkpoint-1000/preprocessor_config.json\n",
1137
+ "tokenizer config file saved in ./checkpoint-1000/tokenizer_config.json\n",
1138
+ "Special tokens file saved in ./checkpoint-1000/special_tokens_map.json\n",
1139
+ "added tokens file saved in ./checkpoint-1000/added_tokens.json\n",
1140
+ "Feature extractor saved in ./preprocessor_config.json\n",
1141
+ "tokenizer config file saved in ./tokenizer_config.json\n",
1142
+ "Special tokens file saved in ./special_tokens_map.json\n",
1143
+ "added tokens file saved in ./added_tokens.json\n",
1144
+ "Reading metadata...: 5194it [00:00, 85044.01it/s]\n",
1145
+ "Reading metadata...: 3690it [00:00, 74377.46it/s]\n",
1146
+ "Reading metadata...: 5194it [00:00, 80124.52it/s]\n",
1147
+ "Reading metadata...: 3690it [00:00, 67032.13it/s]\n",
1148
+ "Reading metadata...: 5194it [00:00, 71957.77it/s]\n",
1149
+ "Reading metadata...: 3690it [00:00, 57010.29it/s]\n",
1150
+ "Reading metadata...: 5194it [00:00, 15179.43it/s]\n",
1151
+ "Reading metadata...: 3690it [00:00, 11107.82it/s]\n",
1152
+ "Reading metadata...: 5194it [00:00, 85555.35it/s]\n",
1153
+ "Reading metadata...: 3690it [00:00, 68384.18it/s]\n",
1154
+ "Reading metadata...: 5194it [00:00, 18672.38it/s]\n",
1155
+ "Reading metadata...: 3690it [00:00, 28625.03it/s]\n",
1156
+ "Reading metadata...: 5194it [00:00, 84027.47it/s]\n",
1157
+ "Reading metadata...: 3690it [00:00, 62199.27it/s]\n",
1158
+ "Reading metadata...: 5194it [00:00, 58151.75it/s]\n",
1159
+ "Reading metadata...: 3690it [00:00, 59150.79it/s]\n",
1160
+ "Reading metadata...: 5194it [00:00, 83226.87it/s]\n",
1161
+ "Reading metadata...: 3690it [00:00, 70468.75it/s]\n",
1162
+ "***** Running Evaluation *****\n",
1163
+ " Num examples: Unknown\n",
1164
+ " Batch size = 8\n",
1165
+ "Reading metadata...: 3749it [00:00, 23184.29it/s]\n",
1166
  "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"
1167
  ]
1168
  }
 
1201
  "kwargs = {\n",
1202
  " \"dataset_tags\": \"mozilla-foundation/common_voice_11_0\",\n",
1203
  " \"dataset\": \"Common Voice 11.0\", # a 'pretty' name for the training dataset\n",
1204
+ " \"language\": \"lt\",\n",
1205
+ " \"model_name\": \"Whisper Small Lt and Sr\", # a 'pretty' name for your model\n",
1206
  " \"finetuned_from\": \"openai/whisper-small\",\n",
1207
  " \"tasks\": \"automatic-speech-recognition\",\n",
1208
  " \"tags\": \"whisper-event\",\n",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcacfb0660cd4988d52dadcf3cbb552b750719fc75b2528b7a643958ad036298
3
  size 967102601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a11f74090959c07ae26487bc3ce05849151ba32d0f718c8ab6924c218bbc666
3
  size 967102601
runs/Dec15_09-48-30_129-213-18-196/events.out.tfevents.1671097754.129-213-18-196.69807.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4609057e868246bd5a3d73b76ce96fe8a932bfc60044e62c7f13af775af4abf9
3
- size 10870
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c18ec6a9ca2b818981f832541fefb0d38fab7f8805614f1308ce1609f3f6941
3
+ size 17468