jraramhoej commited on
Commit
e06b793
·
1 Parent(s): 5fdec75

Training in progress, step 4000

Browse files
fine-tune-whisper-streaming.ipynb CHANGED
@@ -875,8 +875,8 @@
875
  "\n",
876
  " <div>\n",
877
  " \n",
878
- " <progress value='3001' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
879
- " [3001/5000 3:46:27 < 2:30:56, 0.22 it/s, Epoch 18.01/9223372036854775807]\n",
880
  " </div>\n",
881
  " <table border=\"1\" class=\"dataframe\">\n",
882
  " <thead>\n",
@@ -900,6 +900,12 @@
900
  " <td>0.512787</td>\n",
901
  " <td>35.974908</td>\n",
902
  " </tr>\n",
 
 
 
 
 
 
903
  " </tbody>\n",
904
  "</table><p>"
905
  ],
@@ -968,6 +974,28 @@
968
  " Num examples: Unknown\n",
969
  " Batch size = 8\n",
970
  "Reading metadata...: 3749it [00:00, 28834.15it/s]\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
971
  "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"
972
  ]
973
  }
@@ -1007,7 +1035,7 @@
1007
  " \"dataset_tags\": \"mozilla-foundation/common_voice_11_0\",\n",
1008
  " \"dataset\": \"Common Voice 11.0\", # a 'pretty' name for the training dataset\n",
1009
  " \"language\": \"lt\",\n",
1010
- " \"model_name\": \"Whisper Small Lt and Sr\", # a 'pretty' name for your model\n",
1011
  " \"finetuned_from\": \"openai/whisper-small\",\n",
1012
  " \"tasks\": \"automatic-speech-recognition\",\n",
1013
  " \"tags\": \"whisper-event\",\n",
 
875
  "\n",
876
  " <div>\n",
877
  " \n",
878
+ " <progress value='4001' max='5000' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
879
+ " [4001/5000 5:08:08 < 1:16:58, 0.22 it/s, Epoch 24.02/9223372036854775807]\n",
880
  " </div>\n",
881
  " <table border=\"1\" class=\"dataframe\">\n",
882
  " <thead>\n",
 
900
  " <td>0.512787</td>\n",
901
  " <td>35.974908</td>\n",
902
  " </tr>\n",
903
+ " <tr>\n",
904
+ " <td>3000</td>\n",
905
+ " <td>0.000800</td>\n",
906
+ " <td>0.545756</td>\n",
907
+ " <td>35.784333</td>\n",
908
+ " </tr>\n",
909
  " </tbody>\n",
910
  "</table><p>"
911
  ],
 
974
  " Num examples: Unknown\n",
975
  " Batch size = 8\n",
976
  "Reading metadata...: 3749it [00:00, 28834.15it/s]\n",
977
+ "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",
978
+ "Saving model checkpoint to ./checkpoint-3000\n",
979
+ "Configuration saved in ./checkpoint-3000/config.json\n",
980
+ "Model weights saved in ./checkpoint-3000/pytorch_model.bin\n",
981
+ "Feature extractor saved in ./checkpoint-3000/preprocessor_config.json\n",
982
+ "tokenizer config file saved in ./checkpoint-3000/tokenizer_config.json\n",
983
+ "Special tokens file saved in ./checkpoint-3000/special_tokens_map.json\n",
984
+ "added tokens file saved in ./checkpoint-3000/added_tokens.json\n",
985
+ "Feature extractor saved in ./preprocessor_config.json\n",
986
+ "tokenizer config file saved in ./tokenizer_config.json\n",
987
+ "Special tokens file saved in ./special_tokens_map.json\n",
988
+ "added tokens file saved in ./added_tokens.json\n",
989
+ "Reading metadata...: 5194it [00:00, 24644.13it/s]\n",
990
+ "Reading metadata...: 5194it [00:00, 10820.40it/s]\n",
991
+ "Reading metadata...: 5194it [00:00, 30318.60it/s]\n",
992
+ "Reading metadata...: 5194it [00:00, 28565.08it/s]\n",
993
+ "Reading metadata...: 5194it [00:00, 24580.04it/s]\n",
994
+ "Reading metadata...: 5194it [00:00, 30543.46it/s]\n",
995
+ "***** Running Evaluation *****\n",
996
+ " Num examples: Unknown\n",
997
+ " Batch size = 8\n",
998
+ "Reading metadata...: 3749it [00:00, 24211.98it/s]\n",
999
  "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"
1000
  ]
1001
  }
 
1035
  " \"dataset_tags\": \"mozilla-foundation/common_voice_11_0\",\n",
1036
  " \"dataset\": \"Common Voice 11.0\", # a 'pretty' name for the training dataset\n",
1037
  " \"language\": \"lt\",\n",
1038
+ " \"model_name\": \"Whisper Small Lt\", # a 'pretty' name for your model\n",
1039
  " \"finetuned_from\": \"openai/whisper-small\",\n",
1040
  " \"tasks\": \"automatic-speech-recognition\",\n",
1041
  " \"tags\": \"whisper-event\",\n",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f282d290aa8fca89d7818881bfd03ff7ee0b7f14eac596caf49d9dd0a6f7ee7e
3
  size 967102601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf80a34ce82c6f1b3116a9cb98665152668d2e3b666958fc3b99b6d708e3f376
3
  size 967102601
runs/Dec14_09-49-59_129-146-98-164/events.out.tfevents.1671011416.129-146-98-164.123311.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0cfefa513fec8e19049d8cb881a7d7603db7f771ee30bf6b7c9fa329772a2b9
3
- size 24066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d67c83275181008a7f91cd0595c8e6ea0631ab40379b07b1cd20f964930535
3
+ size 30664